c2g.CODAAPIIntercompanyTransferTypes_4_0
global 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 financialforce help for more details.
c2g.CODAAPIIntercompanyTransferTypes_4_0.IntercompanyTransfer
global 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 financialforce 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.
|
|