Prerequisites

The section objects should be accessible for portal users.

Open access to custom objects in portal

1. On dev environment run script to create [int_RegisterSectionInPortal] stored procedure.

Note. Procedure uses string_split function which is available only under compatibility level 130...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Symptoms

Slow operation of the [Connected to] detail of the [Accounts] section (dashboard view)

Cause

Internal implementation of the diagram.js component and the display mechanism of detail elements (RelationshipDiagramViewModel).

Solution

In version 7.7.0, the diagram.js component...MoreLess

File attachments
Like 0

Like

Share

0 comments
Show all comments

Case

When the catalogue structure is changed, catalogues cannot be opened.

Solution

In the FolderManagerViewModel  schema of the ProductOmnichannel  package, make the following changes in the getCatalogueLevelItemsSelect()  method:

repace the strings:

select...

MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

I want to perform ESQ from rootSchemaName: "X". How do I know which object property is its text view (the column value displayed in the screenshot)?

We receive responses to some requests that are not mine. In these responses, there are objects with the displayValue...MoreLess

Like 0

Like

Share

2 comments

Hi,



Is there a way to do this in C#?



Thank you.

Show all comments (1)

Symptoms

Bug report sample:

Terrasoft-Mobile":"true","Accept":"application/json","Content-Type":"application/json","Authorization":"Cookie"},"method":"GET","disableCaching":false},"performanceCounter":{"startDate":"2015-07-24T08:26:56.702Z"}},"headers":{"X-Terrasoft-Mobile":"true","Accept":"application/json"...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

My question concerns changing the button availabillity without updating the list – kindly advise where I can learn about the sandbox message implementation feature?

Answer

There are a lot of examples of sandbox message implementation in bpm'online. The BasePageV2  and ...MoreLess

Like 0

Like

Share

0 comments
Show all comments

1. Create Source Code:

Ext.define("Terrasoft.configuration.service.UsrYourService", {
    alternateClassName: "Terrasoft.UsrYourService",
    statics: {
 
        serviceUrl: "rest/UsrYourService/",  // Name of your Service
 
        yourAction: function(config) {
            var data = {...

MoreLess

Like 0

Like

Share

0 comments
Show all comments

In order to run process GlbProcess1 from server side use code below:

IProcessExecutor processExecutor = UserConnection.ProcessEngine.ProcessExecutor;
var nameValues = new Dictionary<string, string>();
// Add your parameters
nameValues["RecordId"] = entityId.ToString();
processExecutor...

MoreLess

Like 0

Like

Share

3 comments

This code gives an error now. "ProcessExecutor is not usable because of it's protection level" or something like that.

Show all comments (2)

Question

Can we configure calculating the response/resolution time from the moment of assigning a case assignee (it is now calculated from the moment of registering a case)?

Answer

The date of calculation is performed at the moment of changing the Service in the onServiceItemChanged() method when...MoreLess

Like 0

Like

Share

0 comments
Show all comments

Question

How do I display another column in the "Accounts" list in the mobile app? For example, the "Address" coulmn?

Answer

Since the MobileAccountModuleConfig base schema cannot be changed, you need to create a custom UsrMobileAccountModuleConfig schema (in a custom package, create the page...MoreLess

Like 0

Like

Share

0 comments
Show all comments