c2g.CODAAPIIntercompanyTransferTypes_4_0
global with sharing class CODAAPIIntercompanyTransferTypes_4_0
Holds information that applies to the whole intercompany transfer document and acts as a container for a number of intercompany transfer line items. See "Intercompany Transfer Fields" and "What is an Intercompany Transfer?" in the Certinia Help for more details.
c2g.CODAAPIIntercompanyTransferTypes_4_0.IntercompanyTransfer
global with sharing class IntercompanyTransfer
Holds information that applies to the whole intercompany transfer document and acts as a container for a number of intercompany transfer line items. See "Intercompany Transfer Fields" and "What is an Intercompany Transfer?" in the Certinia Help for more details.
Properties
Id |
id |
Globally unique string that identifies the record.
|
OwnerId |
c2g.CODAAPICommon.Reference |
ID of the user who owns this record.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
Unique name allocated to this intercompany transfer.
|
CreatedDate |
datetime |
Date and time when this record was created.
|
CreatedById |
c2g.CODAAPICommon.Reference |
ID of the user who created this record.
|
LastModifiedDate |
datetime |
Date and time when this record was last modified by a user.
|
LastModifiedById |
c2g.CODAAPICommon.Reference |
ID of the user who last updated this record.
|
SystemModstamp |
datetime |
Date and time when this record was last modified by a user or by a workflow process (such as a trigger).
|
DestinationCompany |
c2g.CODAAPICommon.Reference |
Reference to the company to receive the costs during the intercompany process.
|
DestinationJournalDate |
date |
Reference to the intercompany journal in the destination company.
|
DestinationJournalDescription |
string |
Description on the related journal in the destination company.
|
DestinationJournalReference |
string |
Reference on the related journal in the destination company.
|
DestinationJournal |
c2g.CODAAPICommon.Reference |
Reference to the intercompany journal in the destination company.
|
ProcessingMessages |
string |
Information on any errors that occurred during processing.
|
ProcessingStatus |
string |
Indicates the processing status of this intercompany transfer record. "Available" - available for processing. "Complete" - completed processing without error. "Error" - completed processing but with one or more errors.
|
SourceCompany |
c2g.CODAAPICommon.Reference |
Reference to the company that initiated the intercompany process.
|
SourceJournalDate |
date |
Date the source intercompany journal was posted.
|
SourceJournalDescription |
string |
Description on the related journal in the source company.
|
SourceJournalReference |
string |
Reference on the related journal in the source company.
|
SourceJournal |
c2g.CODAAPICommon.Reference |
Reference to the source intercompany journal.
|
LineItems |
c2g.CODAAPIIntercompanyTransferLineTypes_4_0.IntercompanyTransferLineItems |
Reference to the associated intercompany transfer line items.
|
|