Multi-select record update using a custom button in creatio mobile app

Hi, 

 

How to develop the functionality of updating multiple selected records using custom button or section action on creatio mobile application side?

 

I have developed the above functionality in the main application (creatio server) side.

 

Please respond to this.

Many thanks.

Like 0

Like

5 comments

Dear Akshit, 

 

You can implement this by creating an action that will display a lookup with multi-select choice, similarly to how it is implemented in the section filters. After that, you would be able to perform some action on chosen records. You can look into how filters in a section are implemented and implement similar functionality. 

Also, you can create an action that will take the filters in the section, send a request to db with those filters, and perform some action with the received records.  You can get the section filter in getFilterPanel method that you can find in the view that you can get from current page controller. 

 

Best regards, 

Dennis 

Hi Dennis Hudson,



Is there any documentation or way to implement custom action on creatio mobile application.

I have already gone through this https://academy.creatio.com/documents/technic-sdkmob/7-16/creatio-development-guide but creating a custom action (creatio mobile application) is not a development case here.



Thanks.

Dear Akshit,

 

Here is a community article on creating custom actions: 

https://community.creatio.com/articles/adding-custom-user-action-mobile-application

 

Best regards, 

Dennis 

Hi Dennis Hudson,

 

I am not able to open this page It says that I am not authorized. Did you know why?

Any other option? 



Thanks.

Dear Akshit, 

 

Unfortunately, I am not aware of any other article on creating custom actions. I've checked this one and it seems to open without an issue. Please try clearing the cache and logging in once again.  

 

Best regards, 

Dennis 

Show all comments