Accounting Apex API Developer Reference

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 financialforce 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 financialforce print formatter help for more information.

Properties

Name Type Description
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

Name Type Description
ColumnPropertyList c2g.CODAAPIColumnPropertyTypes_3_0.ColumnProperty[] the collection of columnproperty objects.
© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.