Android

Requirements

  • A computer running Windows;
  • Chrome
  • Mobile device running Android

1. Download Vysor chrome extension for Chrome

2. Connect your mobile device to a PC or laptop

3. Launch Vysor

4. In the list of available devices, select your device and click "View"

5. The Vysor app will...MoreLess

Like 1

Like

Share

0 comments
Show all comments

Symptoms

Type: Terrasoft.UnauthorizedServerException% 0D% 0A Message: Incorrect bpm'online username, password or server address % 0D% 0A Additional information:% 0D% 0A% 09 {"request": {"id": 2, "headers": { "X-Terrasoft-Mobile": "true", "Accept": "application / json", "Content-Type": "application ...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Symptoms

Type: Terrasoft.SyncException%0D%0AMessage: Unable to connect to server

Probable causes:
- Could not connect to internet
- Server unavailable
- Incorrect server address%0D%0A%0D%0AТип: Terrasoft.ServerException%0D%0AMessage: Server request returned an error%0D%0AAdditional information: %0D%0A%09{"request":{"id":1...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

Is there a way to set the color of a string in the mobile application list?

Solution

Styles (css) can be changed in the configuration. To do this, use the Terrasoft.writeStyles method. Presumably, an example is available in MobileActivityGridPageV2.

Like 0

Like

Share

0 comments
Show all comments

Question

Previously, there was an opportunity to configure the number of records in one data package of the synchronization process (offline) of the mobile application (100 by default).

Answer

You need to change two parameters in the SyncOptions section (the second indicates the number of "bundles"):

"SyncOptions": {
    "UseSkipToken": true,
    "ImportPageSize": 1000,
},
Like 0

Like

Share

0 comments
Show all comments

Case

I added a contact and an event in the iPad version and synchronized. Then I opened the iPhone version and synchronized, but the new data is not shown in the iPhone version.

Goal

Data between multiple mobile applications synchronizes properly

Solution

As a temporary solution, I would recommend you...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Symptoms

Type: Terrasoft.Exception%0D%0A

Message: The current location of the device cannot be determined %0D%0A%0D%0A 

Cause

This message is caused by a temporary network failure.

Solution

Make sure that you have a stable Internet connection and repeat the action.

If the message reappears, we recommend performing the “Clear cache” action in the settings of the mobile application. After that, you need to synchronize again.

Necessary conditions

A stable internet connection.

Like 0

Like

Share

0 comments
Show all comments

Question

How to remove in the blocked lookup fields?

Answer

There's an example in FieldForceMobileActivityModuleConfig:

Terrasoft.sdk.RecordPage.configureColumn("Activity", "VisitActionsDetailV2EmbeddedDetail",
   "Action.FieldForceActionType.Name",
   {
      isInPlaceEditingMode: false,
      customPreviewConfig: {
         xtype: "visitactionviewfield"
      }
   }
);
Like 0

Like

Share

0 comments
Show all comments

Symptoms

I have problems/questions with a mobile version:

  1. If I add something (contact, account, etc.) In BPM’online this data are exported to BPM Mobile after I make synchronization (it is ok), but when I delete something in BPM’online after synchronization this data aren’t deleted from BPM’mobile...MoreLess
Like 0

Like

Share

0 comments
Show all comments

Symptoms

Message: Server request returned an error

AdditionalInfo: {"request":{"id":18,"headers":{"X-Terrasoft-Mobile":"true","Accept":"application/json","Content-Type":"application/json","Authorization":"Cookie","X-Requested-With":"XMLHttpRequest"},"options":{"url":"http://xxx.xxxxx.xxxxx/0/Mobile/Services/MobileCodeService...MoreLess

Like 0

Like

Share

0 comments
Show all comments