Question

How can we store URL (what should be the field?) and how can we make (if possible at all) this field clckable in the form?

Answer

You can store URL in a text field.

Add the following properties to values of the diff array element:

"showValueAsLink": true,
"href": {...

MoreLess

Like 0

Like

Share

4 comments

How do you set the url and caption from different fields, so that it looks and functions like most links, which don't display the URL?

Show all comments (3)

Question

The list of orders is not displayed correctly in the mobile app. How should I set up the application to sort the orders by registration date (the latest added order should be at the top)?

Answer

To sort by a specific column, you need to implement additional logic in the mobile app manifest...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Case

Added a custom "Project" field to the activity, which is required. Because of this, I can not now create an activity in the mobile application. Is it possible to fix this by leaving the “Project” field required?

Cause

Setting up fields in the [Mobile Application Wizard] for the Activities / Accounts...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Symptoms

In the sales outlet card, when populating the "Delivery time from" and "Delivery time to" fields from a tablet, the time is converted to a different time zone during synchronization with a desktop application. For example, if you populate the fields with 17:00 and 18:00 respectively, the desktop...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

When I select the necessary items, they are not displayed in the lookup, although I can retrieve them from this.get('ResponsibleLookUp').

Kindly advise how I can display them in the lookup for the user to see what he has selected.

Answer

Below is an example of a lookup with multiple...MoreLess

Like 0

Like

Share

4 comments

Dear S.Kobizka,

This works fine but the data that are selected are not obtained when the right-Icon is pressed.. How can we re-pass th...MoreLess

Show all comments (3)

Question

It is necessary to open external access to bpm'online only for mobile application services.

Please specify which services the mobile application uses for its operation?

Answer

Integration is carried out through O'Data on the site port.

Services used by the mobile application in version 7.8...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

How is the [Origin] field set when a new case is created on the portal?

Answer

The origin setup is executed in PortalCasePage of the following method:

setPortalColumnValues: function() {
    if (this.isAddMode() || this.isCopyMode()) {
        if (this.Terrasoft.SysValue.CURRENT_USER_ACCOUNT...

MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

How to set up a filter in a mobile application so that the data is loaded only by a certain parameter (for example, only Opportunities at a certain stage)?

Answer

You must configure the following parameters:

LEADS: Only show leads with the LEAD STAGES: Registration and Qualification.

OPPORTUNITIES:...MoreLess

Like 0

Like

Share

2 comments

Code helped me. But If I search with other status(other than statuses mentioned in subfilters) in Lead, records do not list. For by On load...MoreLess

Show all comments (1)

Question

I can't sync my Customer Engagement Center demo site with mobile application. The error I am getting contains - },"requestId":20,"status":200,"statusText":"OK","responseText":"{\"Code\":1,\"Message\":\"Either invalid login or password specified, or your user account is inactive.Verify that you have entered correct data or contact support service.\"

Answer

For bpm'online 7.5 mobile application is available in Sales editions (Team, Commerce, Enterprise, Omnichannel) only.

Like 0

Like

Share

0 comments
Show all comments

Question

How to sort records by date of modification in EntitySchemaQuery?

Answer

If the question concerns client logic, sorting can be set as follows:

var entitySchemaQuery = Ext.create("Terrasoft.EntitySchemaQuery", {
        rootSchemaName: entitySchemaName
});
var modifiedOnColumn = entitySchemaQuery...

MoreLess

Like 1

Like

Share

0 comments
Show all comments