c2g.CODAAPIDataPropertyTypes_3_0
global with sharing class CODAAPIDataPropertyTypes_3_0
Holds the data field properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
c2g.CODAAPIDataPropertyTypes_3_0.DataProperty
global with sharing class DataProperty
Holds the data field properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
Properties
| Id |
id |
Globally unique string that identifies the record.
|
| OwnerId |
c2g.CODAAPICommon.Reference |
ID of the user who owns this record.
|
| IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
| Name |
string |
The name of the data property.
|
| CreatedDate |
datetime |
Date and time when this record was created.
|
| CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created this record.
|
| LastModifiedDate |
datetime |
Date and time when this record was last modified by a user.
|
| LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last updated this record.
|
| SystemModstamp |
datetime |
Date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
| VocabId |
string |
Identifier of the vocabulary item.
|
| NumberBoxing |
decimal |
Specifies which digit you want to extract from the value to display in this number box.
|
| Accumulate |
string |
Where a data field is numeric, and is located in the same section as one or more tables, this defines the type of accumulation that is carried out.
|
| PageTable |
decimal |
The table that contains the data that will be accumulated. This property is only available when the Accumulate property is set to Page start or Page end.
|
|