Hi Community,

I used this below link to setup push notification in mobile

https://academy.bpmonline.com/documents/technic-bpms/7-11/how-set-push-notifications-mobile-application-users

Licensed users using mobile are getting push notifications but Portal users using mobile application is not getting push notification. Is there any other setup needs to do for portal users?

Like 0

Like

1 comments

Dear Fulgen,

The most possible cause is access rights to the object and settings for portal users. Please check the access for the followin...MoreLess

Show all comments

Hi all,

Is there any way to read all the existing records of sections in the mobile app without setting up individual filters? If yes, how?

Thanks 

Like 0

Like

1 comments

The mobile application doesn't have a section that contains all data. However, it's usually not needed. Probably, it will be possible to give...MoreLess

Show all comments

Hi Community,

In mobile application Conditional columns is not working in rule type requirement. Below is my code.

Terrasoft.sdk.Model.addBusinessRule("Case", {

    ruleType: Terrasoft.RuleTypes.Requirement,

    requireType : Terrasoft.RequirementTypes.Simple...MoreLess

Like 0

Like

7 comments

Try to check if the module with the code appears on the client end. Please debug the code for this. 

https://academy.bpmonline.com/documents/technic-sdkmob/7-12/mobile-application-debugging

Additionally...MoreLess

Show all comments (6)

Other than the need for synchronization, are there differences in app functionality between online and offline mode? Our instance was in Offline mode by default. 

However, we're considering switching to Online mode because the case-sensitive search in Offline mode is a significant problem for our users. 

Before we switch, however, we'd like to know if Online mode will cause any other differences. (Aside from the need to synch.)

Thanks,

Jeff

Like 0

Like

1 comments

Hello Jeffrey,

Please refer to this Academy article regarding bpm'online mobile application architecture. The main difference between these...MoreLess

Show all comments

Hi,

I need to change background image of mobile home page.

Currently I able to show background image under sections (modified the object "UsrMobileCaseGridPageView") but its not reflected on home page.

Image is copied to this loaction (file:///C:/BPM/BPM_Mobile_simulator/7.14.6/appV2/Common/lib/SenchaTouch/resources/css/bg.png)

Please suggest the way it can be achieved. For testing I using mobile simulator.

Regards

Like 0

Like

3 comments

The question was discussed in the article by the link below.

https://community.bpmonline.com/articles/adding-custom-css-mobile-application

Show all comments (2)

Hi Community,

Any idea in Mobile how can I add custom field in Case attachment. This custom field will be a lookup field, user is required to select value from this field before uploading the attachment. 

Like 0

Like

1 comments

Dear Fulgen,

Such business task requires advanced development in the system. We do not have a code snippet for such task, however, the algorithm...MoreLess

Show all comments

Hi Community,

I have this scenario that I need to achieve in mobile

- In Case page I have "Department" lookup field, this "Department" lookup field is linked to "Department" object.

- "Department" object has "PrimaryContact" lookup field which is linked to "Contact" object

- Now when creating a case, once the user selects Department, the "Assignee" field should be auto populated based on the Department's PrimaryContact value.



Any idea how can i achieve this? Thanks in Advance

Like 0

Like

3 comments

Dear Fulgen, 

Please try the MUTUALFILTRATION rule in the mobile business rules from the academy page below:

https://academy.bpmonline...MoreLess

Show all comments (2)

hi,

Please find the below link that explains how to enable/disable fields based on condition in mobile app.

http://agiliztech.com/2019/06/24/agiliztechs-customization-bpmonline-enable-disable-field-mobile-app/

Like 0

Like

Share

0 comments
Show all comments

Hi Community,

I have this scenario in Mobile, I have a custom page. I added this custom page as detail in case page. I manage to add all the fields of my custom page using Mobile application wizard->page setup but aside from that, I want also to add the attachment of this page, how can i possibly do this, any idea?

Like 0

Like

5 comments

Dear Fulgen,

Could you please confirm if I understood you correctly. You've created an object and based on it you've added the detail on a case...MoreLess

Show all comments (4)

Hi Community,

Any idea how we can customize the BPM mobile layout, including background

Like 0

Like

1 comments

Dear Fulgen,

You can apply your custom styles to the mobile application. Styles (CSS) can be changed in the configuration. To do this,...MoreLess

Show all comments