c2g.CODAAPIIntercompanyTransferLineTypes_4_0
global with sharing class CODAAPIIntercompanyTransferLineTypes_4_0
Holds information about an intercompany journal line item. See "Intercompany Transfer Fields" and "What is an Intercompany Transfer?" in the Certinia Help for more details.
c2g.CODAAPIIntercompanyTransferLineTypes_4_0.IntercompanyTransferLineItem
global with sharing class IntercompanyTransferLineItem
Holds information about an intercompany journal line item. 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.
|
IsDeleted |
boolean |
Indicates whether the record has been moved to the Recycle Bin (true) or not (false).
|
Name |
string |
Unique identifier for this intercompany transfer line item.
|
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).
|
IntercompanyTransfer |
c2g.CODAAPICommon.Reference |
Reference to the related intercompany transfer master object.
|
Description |
string |
Description taken from the related source journal intercompany line item.
|
Dimension1 |
c2g.CODAAPICommon.Reference |
Reference to the related Dimension 1 record.
|
Dimension2 |
c2g.CODAAPICommon.Reference |
Reference to the related Dimension 2 record.
|
Dimension3 |
c2g.CODAAPICommon.Reference |
Reference to the related Dimension 3 record.
|
Dimension4 |
c2g.CODAAPICommon.Reference |
Reference to the related Dimension 4 record.
|
GeneralLedgerAccount |
c2g.CODAAPICommon.Reference |
The sending intercompany control account as defined in the company's intercompany definition records.
|
Value |
decimal |
Value of the line item as defined on the source journal intercompany line item, in document currency.
|
c2g.CODAAPIIntercompanyTransferLineTypes_4_0.IntercompanyTransferLineItems
global with sharing class IntercompanyTransferLineItems
Holds the collection of line items associated with an intercompany transfer document.
Properties
|