c2g.CODAAPIColumnPropertyTypes_3_0
global with sharing class CODAAPIColumnPropertyTypes_3_0
Holds the column properties for a print format. See the Property Reference section in the Certinia Print Formatter Help for more information.
c2g.CODAAPIColumnPropertyTypes_3_0.ColumnProperty
global with sharing class ColumnProperty
Holds the column 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 |
Name of this ColumnProperty.
|
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).
|
ListSequence |
decimal |
The sequence number.
|
VocabId |
string |
Identifier of the vocabulary item.
|
NumberBoxingSpecif |
boolean |
Specifies the use of number boxing.
|
Width |
decimal |
The width of the column.
|
Title |
string |
The column title.
|
UseTitleFormat |
string |
Specifies the use of a title format.
|
DataFormatCode |
string |
Code of the data format.
|
DataFormat |
c2g.CODAAPIFormatDataTypes_3_0.FormatData |
List of data formats.
|
TableProperty |
c2g.CODAAPICommon.Reference |
Reference to the related TableProperty.
|
TitleFormatCode |
string |
List of data formats.
|
useDataFormat |
string |
Specifies the use of a data format.
|
TitleFormat |
c2g.CODAAPIFormatDataTypes_3_0.FormatData |
List of data formats.
|
NumberBoxing |
decimal |
Specifies which digit you want to extract from the value to display in this number box.
|
c2g.CODAAPIColumnPropertyTypes_3_0.ColumnProperties
global with sharing class ColumnProperties
Holds the collection of ColumnProperty objects within a table (Print Formatter).
Properties
|