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 number allocated to this sales credit note 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).
|
CreditNote |
c2g.CODAAPICommon.Reference |
reference to the sales credit note to which this line item belongs. mandatory.
|
CalculateTaxValue2FromRate |
boolean |
for internal use only.
|
CalculateTaxValue3FromRate |
boolean |
for internal use only.
|
CalculateTaxValueFromRate |
boolean |
for internal use only.
|
DeriveTaxRate2FromCode |
boolean |
for internal use only.
|
DeriveTaxRate3FromCode |
boolean |
for internal use only.
|
DeriveTaxRateFromCode |
boolean |
for internal use only.
|
DeriveUnitPriceFromProduct |
boolean |
for internal use only.
|
Dimension1 |
c2g.CODAAPICommon.Reference |
reference to the dimension 1 record by which you want to analyze this line item.
|
Dimension2 |
c2g.CODAAPICommon.Reference |
reference to the dimension 2 record by which you want to analyze this line item.
|
Dimension3 |
c2g.CODAAPICommon.Reference |
reference to the dimension 3 record by which you want to analyze this line item.
|
Dimension4 |
c2g.CODAAPICommon.Reference |
reference to the dimension 4 record by which you want to analyze this line item.
|
GeneralLedgerAccount |
c2g.CODAAPICommon.Reference |
reference to a related general ledger account.
|
LocalGLA |
c2g.CODAAPICommon.Reference |
reference to a local gla associated with corporate gla through coa.
|
LineDescription |
string |
description of the line item.
|
NetValue |
decimal |
the unit price multiplied by the quantity.
|
OwnerCompany |
c2g.CODAAPICommon.Reference |
reference to the company to which this line item belongs.
|
Product |
c2g.CODAAPICommon.Reference |
reference to the selected product. mandatory.
|
Quantity |
decimal |
quantity of the product sold, to two decimal places. mandatory.
|
SetTaxCode2ToDefault |
boolean |
for internal use only.
|
SetTaxCode3ToDefault |
boolean |
for internal use only.
|
SetTaxCodeToDefault |
boolean |
for internal use only.
|
TaxCode1 |
c2g.CODAAPICommon.Reference |
tax code 1.
|
TaxCode2 |
c2g.CODAAPICommon.Reference |
tax code 2.
|
TaxCode3 |
c2g.CODAAPICommon.Reference |
tax code 3.
|
TaxRate1 |
decimal |
tax rate for tax code 1.
|
TaxRate2 |
decimal |
tax rate for tax code 2.
|
TaxRate3 |
decimal |
tax rate for tax code 3.
|
TaxRateTotal |
decimal |
composite tax rate for this line item.
|
TaxValue1 |
decimal |
total value of items posted to tax code 1, before tax. mandatory.
|
TaxValue2 |
decimal |
total value of items posted to tax code 2, before tax.
|
TaxValue3 |
decimal |
total value of items posted to tax code 3, before tax.
|
TaxValueTotal |
decimal |
total value of tax relating to this line item, to two decimal places.
|
UnitPrice |
decimal |
unit price of the product. mandatory.
|
CustomFields |
List<c2g.CODAAPICreditNoteLineItemTypes_10_0.CustomField> |
reference to the list of user-defined fields that have been exposed with a type 1 integration rule.
|