DefaultLastPreviousSource Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: CSC.SC.TOPICA4.DynamicData
public enum DefaultLastPreviousSource
Member name | Value | Description | |
---|---|---|---|
None | 0 | No 'DefaultLastPrevious' functionality | |
AnyRecord | 1 | Copy data from any record having a field with same dataname as current field. | |
RecordSameDataName | 2 | Copy data from last record with same dataname (will always be a record from same database table) | |
RecordSameStructureType | 3 | Copy data from last record with same StructureType (may be record from different database table) |