c2g.CODAAPIMappingFormatTypes_2_0
global with sharing class CODAAPIMappingFormatTypes_2_0
- holds the data map used to input data into financialforce using microsoft excel. see the financialforce xl help for more information.
c2g.CODAAPIMappingFormatTypes_2_0.MappingFormat
global with sharing class MappingFormat
- holds the data map used to input data into financialforce using microsoft excel. see the financialforce xl help for more information.
Properties
| Id |
id |
globally unique string that identifies the record.
|
| OwnerId |
c2g.CODAAPICommon.Reference |
codaapicommon.reference id of the user who owns the record.
|
| IsDeleted |
boolean |
boolean type, indicates whether the record has been moved to the recycle bin (true) or not (false).
|
| Name |
string |
string type, name of this data map.
|
| CreatedDate |
datetime |
datetime type, date and time when the record was created.
|
| CreatedById |
c2g.CODAAPICommon.Reference |
codaapicommon.reference id of the user who created the record.
|
| LastModifiedDate |
datetime |
datetime type, date and time when the record was last modified by a user.
|
| LastModifiedById |
c2g.CODAAPICommon.Reference |
codaapicommon.reference id of the user who last modified the record.
|
| SystemModstamp |
datetime |
datetime type, date and time when the record was last modified by a user or by a workflow process (such as a trigger).
|
| DetailOffsetrow |
decimal |
decimal, the first row in which your detail (line item) data is defined.
|
| DetailPropNocol |
string |
string type, reference to the column in which your proposed numbers for the detail (line item) data are defined.
|
| DetailResultCol |
string |
string type, reference to the column in which your detail (line item) results will be placed.
|
| HeaderOffsetRow |
decimal |
decimal type, the first row in which your header data is defined.
|
| HeaderPropNoCol |
string |
string type, reference to the column in which your proposed numbers for the header data are defined.
|
| HeaderResultCol |
string |
string type, reference to the column in which your header results will be placed.
|
| ObjectTypeRef |
string |
string type, type of financialforce document to be input using this data map.
|
| SingleMappings |
c2g.CODAAPISingleMappingTypes_2_0.SingleMappings |
c2g.codaapisinglemappingtypes_2_0.singlemappings, list of single mappings.
|
|