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