When creating a detail via the detail wizard, the following error message pops up at the moment of registering the page: message: Uncaught Terrasoft.ArgumentNullOrEmptyException: Nonexisting or empty argument with the argumentName: query name
Cause
Too long names of objects used for creating details:
"Opportunity Documents in the Product", "History of Document changes"
Solution
Change the name for a shorter one (up to 30 characters) and publish the object.
Type: Terrasoft.SyncException%0D%0AMessage: There was a synchronization error%0D%0A%0D%0AType: Terrasoft.FileException%0D%0AMessage: An error occured while opening the file%0D%0AAdditional information: %0D%0A%09Name: BPMonline700/AppStructure/rev_29/src/MobileContactAnniversaryEditPage.js%0D%0A%0D%0AType:...MoreLess
When I export big data volumes, in 30 seconds I get an error.
Cause
The cause of the timeout error, when exporting big volumes of data or big number of nested queries, is the Ext.Ajax component, whose standard timeout is 30 seconds.
The server request waits for this exact time...MoreLess
How can I get information form an account page via the [Addresses] detail? For example, I need to call a function or retrieve information from a field (e.g., name) or learn the field status (e.g., enabled).
Answer
To connect a detail with a page, use the message mechanism. You ca...MoreLess