Accounting API Developer's Reference

c2g.CODAAPISortOrderTypes_3_0

global with sharing class CODAAPISortOrderTypes_3_0

Holds information about sort criteria. See the Property Reference section in the FinancialForce Print Formatter Help for more information.

c2g.CODAAPISortOrderTypes_3_0.SortOrder

global with sharing class SortOrder

Holds information about sort criteria. 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.
IsDeleted boolean Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
Name string The name of this sort order.
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).
SortSequence decimal The sequence number of this sort criterion.
VocabId string The field on which sorting is being performed.
Ascending boolean Indicates whether the specified field is being sorted in ascending order. When false, values are sorted in descending order.
PrintFormat c2g.CODAAPICommon.Reference Reference to the related PrintFormat.

c2g.CODAAPISortOrderTypes_3_0.SortOrders

global with sharing class SortOrders

Holds the collection of SortOrder objects for a print format.

Properties

Name Type Description
SortOrderList c2g.CODAAPISortOrderTypes_3_0.SortOrder[] The collection of SortOrder objects.