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