Accounting API Developer's Reference
|
c2g.SelectionServiceglobal with sharing class SelectionService Contains data types used as part of the selection of data for Action Views. c2g.SelectionService.Resultglobal class Result Result contains a 'table', as well as the query string run to generate the table. The table - One header holding field IDs, and a list of rows where each row is a list of values. The values in the rows are guaranteed to be in the same order as the field IDs in the header. E.g. If Header[0] = PersonName and Header[0] = PersonAge then Row[0].Value[0] = John and Row[1].Value[0] = Jane while Row[0].Value[1] = 20 and Row[1].Value[1] = 40 Properties
c2g.SelectionService.Headerglobal class Header Holds a list of IDs of DataviewField__c objects. Properties
c2g.SelectionService.Rowglobal class Row Holds a list of values. Properties
|