Accounting Apex API Developer Reference

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 financialforce 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 financialforce help for more details.

Properties

Name Type Description
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

Name Type Description
LineItemList c2g.CODAAPIIntercompanyTransferLineTypes_4_0.IntercompanyTransferLineItem[] the collection of intercompanytransferlineitem objects.
© Copyright 2009–2021 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.