c2g.CODAAPITablePropertyTypes_3_0
global with sharing class CODAAPITablePropertyTypes_3_0
Holds the table properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
c2g.CODAAPITablePropertyTypes_3_0.TableProperty
global with sharing class TableProperty
Holds the table 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 the record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
The name of the table.
|
CreatedDate |
datetime |
Date and time when the record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created the record.
|
LastModifiedDate |
datetime |
Date and time when the record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last modified the record.
|
SystemModstamp |
datetime |
Date and time when the record was last modified by a user or by a workflow process (such as a trigger).
|
NumberOfRows |
decimal |
The number of rows to appear in the table per page.
|
SubSection |
decimal |
Specifies the section to embed within the selected table. Only those sections set as 'Embedded', and excluding the current section, are available for selection.
|
SubSectionSpecif |
boolean |
Specifies whether to embed a subsection within the selected table.
|
Qualifier |
string |
Specifies when a table should render nested rows.
|
GroupBy |
decimal |
The cash entry to cancel.
|
GroupBySpecif |
boolean |
Vocabulary to group data by on aggregate tables.
|
ColumnProperties |
c2g.CODAAPIColumnPropertyTypes_3_0.ColumnProperties |
List of ColumnProperties objects.
|
|