How do views work in a mobile application? When importing data in offline mode, views are saved to the database as regular tables. It is necessary to filter the field for which the lookup is a view. The view uses records from two sections (Accounts and a custom Construction Objects section...MoreLess
We have a task to lock editing of a Supplier field on the contract edit page (ContractPage) under certain conditions. We have tried "this.get" and "find('Supplier')" and set an "enabled" and "IsEnabled" options, it didn't help. We have also consulted Google - but it didn't work.
We need to implement the command line search available on portal user pages in the knowledge base not only by the primary field (name), but also by article contents and public tags.
Solution
The search can be developed in the "knowledge base search line" of a portal user page. It is ...MoreLess
I need to delete the connection to Documents and Leads in the [Connected to] detail of the [Activities] section.
Answer
For deleting the needed columns from the [Connected to] detail of the activities, execute the following request to the database:
DELETE FROM EntityConnection WHERE SysEntitySchemaUId ='c449d832-a4cc-4b01-b9d5-8a12c42a9f89'
AND (ColumnUId ='d6e94162-4354-413a-bc84-e118df5e852e'
OR ColumnUId ='f6137557-741e-42f8-8bf6-69b2524a83f7')