May 2017
Intermediate to advanced
442 pages
11h 55m
English
The record in Operations contains at least four system fields:
|
Field |
Description |
|
DataAreaId |
This is the company ID if the Save Data Per Company is set to Yes. This filters, at application level, the data in forms and select statements to be data just in the current company. |
|
RecId |
This is a system-maintained record ID. |
|
Partition |
This is used to filter data at kernel level; it is largely deprecated, except for testing scenarios. |
|
RecVersion |
This is used to determine if the record has changed since it was read. |
Optimistic concurrency (OCC) is enabled by default on new tables. We select a record "for update" by adding a forUpdate clause to a select or while select statement, ...
Read now
Unlock full access