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 financialforceprint 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 financialforceprint 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.
|
|