| 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.
|