c2g.CODAAPIPurchaseCreditNoteLineTypes_7_0
global with sharing class CODAAPIPurchaseCreditNoteLineTypes_7_0
holds the product line items on the purchase credit note. see "purchase credit note fields" and "what is a purchase credit note" in the financialforce help for more details.
c2g.CODAAPIPurchaseCreditNoteLineTypes_7_0.PurchaseCreditNoteLineItem
global with sharing class PurchaseCreditNoteLineItem
holds the product line items on the purchase credit note. see "purchase credit note fields" and "what is a purchase credit note" in the financialforce 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 number allocated to this line item.
|
| CreatedDate |
datetime |
date and time when the record was created.
|
| CreatedById |
c2g.CODAAPICommon.Reference |
id of the user who created the record.
|
| LastModifiedDate |
datetime |
date and time when the record was last modified by a user.
|
| LastModifiedById |
c2g.CODAAPICommon.Reference |
id of the user who last modified the record.
|
| SystemModstamp |
datetime |
date and time when the record was last modified by a user or by a workflow process (such as a trigger).
|
| PurchaseCreditNote |
c2g.CODAAPICommon.Reference |
reference to the purchase credit note to which this line item belongs. mandatory.
|
| DateFrom |
date |
the start date of the period covered by the product line.
|
| DateTo |
date |
the end date of the period covered by the product line.
|
| Dimension1 |
c2g.CODAAPICommon.Reference |
name of the dimension 1 record by which you want to analyze this line item.
|
| Dimension2 |
c2g.CODAAPICommon.Reference |
name of the dimension 2 record by which you want to analyze this line item.
|
| Dimension3 |
c2g.CODAAPICommon.Reference |
name of the dimension 3 record by which you want to analyze this line item.
|
| Dimension4 |
c2g.CODAAPICommon.Reference |
name of the dimension 4 record by which you want to analyze this line item.
|
| EditTaxValue |
boolean |
indicates whether you can edit the tax value once "complete".
|
| InputVATCode |
c2g.CODAAPICommon.Reference |
reference to the related vat code.
|
| LineDescription |
string |
description of the product.
|
| NetValue |
decimal |
the unit price multiplied by the quantity.
|
| OwnerCompany |
c2g.CODAAPICommon.Reference |
company to which this line item belongs.
|
| Product |
c2g.CODAAPICommon.Reference |
name of the selected product. mandatory.
|
| Quantity |
decimal |
quantity of the product sold, to two decimal places. mandatory.
|
| TaxRate1 |
decimal |
tax rate for tax code 1.
|
| TaxRateTotal |
decimal |
composite tax rate for this line item.
|
| TaxValue1 |
decimal |
total value of items posted to tax code 1, before tax. mandatory.
|
| TaxValueTotal |
decimal |
total value of tax relating to this line item, to two decimal places.
|
| UnitPrice |
decimal |
unit price of the selected product. mandatory.
|
| CustomFields |
List<c2g.CODAAPIPurchaseCreditNoteLineTypes_7_0.CustomField> |
reference to the list of user-defined fields that have been exposed with a type 1 integration rule.
|
c2g.CODAAPIPurchaseCreditNoteLineTypes_7_0.PurchaseCreditNoteLineItems
global with sharing class PurchaseCreditNoteLineItems
holds the collection of purchasecreditnotelineitem objects on this purchase credit note.
Properties
c2g.CODAAPIPurchaseCreditNoteLineTypes_7_0.CustomField
global with sharing class CustomField implements CODAAPICommon.IAPICustomField
holds the information about the user-defined fields that have been exposed with a type 1 integration rule. see "integration rules - type 1" in the financialforce help for more details. The same read and write permissions granted for the FinancialForce application extend to the FinancialForce API.
Properties
| FieldName |
string |
name of the user-defined field.
|
| Value |
string |
value of the user-defined field.
|
|