c2g.CODAAPIMappingFormatTypes_2_0
global with sharing class CODAAPIMappingFormatTypes_2_0
- Holds the data map used to input data into Certinia using Microsoft Excel. See the Certinia XL Help for more information.
c2g.CODAAPIMappingFormatTypes_2_0.MappingFormat
global with sharing class MappingFormat
- Holds the data map used to input data into Certinia using Microsoft Excel. See the Certinia 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 Certinia document to be input using this data map.
|
SingleMappings |
c2g.CODAAPISingleMappingTypes_2_0.SingleMappings |
c2g.CODAAPISingleMappingTypes_2_0.SingleMappings, List of single mappings.
|
|