📚 SAP Business One SDK Help

BlanketAgreements_ItemsLine Object Members
See Also  Overview 

Public Methods

Public Method FromXMLFileSets the object's properties using data from an XML file.

The XML file can be created using the object's ToXMLFile method.

Public Method FromXMLStringSets the object's properties using data from an XML string.

The XML string can be created using the object's ToXMLString method.

Public Method GetXMLSchemaReturns the XML schema for the XML generated by the ToXMLFile and ToXMLString methods.
Public Method ToXMLFileCreates an XML file that represents the object.
Public Method ToXMLStringCreates and returns an XML string that represents the object.

Public Properties

Public Property AgreementNoNumber of the agreement.

Field name: AgrNo.

Public Property AgreementRowNumberItem row number in the agreement.

Field name: AgrLineNum.

Public Property BlanketAgreements_DetailsLinesThe details of a delivery plan for an item.
Public Property CumulativeAmountFCThe monetary value (in foreign currency) of those items that are included in sales or purchasing transactions associated with the blanket agreement.

Field name: CumAmntFC.

Public Property CumulativeAmountLCThe monetary value (in local currency) of those items that are included in sales or purchasing transactions associated with the blanket agreement.

Field name: CumAmntLC.

Public Property CumulativeQuantityThe total number of those items that are included in sales or purchasing transactions associated with the blanket agreement.

Field name: CumQty.

Public Property CumulativeVATAmountFCproperty CumulativeVATAmountFC
Public Property CumulativeVATAmountLCproperty CumulativeVATAmountLC
Public Property EndOfWarrantyDate on which the warranty of the goods expires.

Field name: WrrtyEnd.

Public Property FreeTextReference or remarks for the item.

Field name: FreeTxt.

Length: 100 characters.

Public Property InventoryUOMType of unit by which the inventory is managed as defined in the item master data.

Field name: InvntryUom.

Public Property ItemDescriptionItem description as maintained in the item master data.

Field name: ItemName.

Length: 100 characters.

Public Property ItemGroupItem group as maintained in the item master data.

Field name: ItemGroup.

Public Property ItemNoNumber of the item that is covered by the blanket agreement.

Field name: ItemCode.

Length: 20 characters.

Public Property LineDiscountproperty LineDiscount
Public Property PlannedAmountFCproperty PlannedAmountFC
Public Property PlannedAmountLCproperty PlannedAmountLC
Public Property PlannedQuantityTotal quantity of items that are supposed to be sold or bought within the scope of the blanket agreement.

Field name: PlanQty.

Public Property PlannedVATAmountFCproperty PlannedVATAmountFC
Public Property PlannedVATAmountLCproperty PlannedVATAmountLC
Public Property PortionOfReturnsThe percentage value for the probability that damaged goods will be returned by the business partner.

Field name: RetPortion.

Public Property PriceCurrencyThe currency of the item's price.

Field name: Currency.

Length: 3 characters.

Public Property Projectproperty Project
Public Property ShippingTypeproperty ShippingType
Public Property TaxCodeproperty TaxCode
Public Property TaxRateproperty TAXRate
Public Property UndeliveredCumulativeAmountFCproperty UndeliveredCumulativeAmountFC
Public Property UndeliveredCumulativeAmountLCproperty UndeliveredCumulativeAmountLC
Public Property UndeliveredCumulativeQuantityproperty UndeliveredCumulativeQuantity
Public Property UnitPriceThe item price agreed upon with the business partner.

Field name: UnitPrice.

Public Property UnitsOfMeasurementproperty UnitsOfMeasurement
Public Property UoMCodeproperty UoMCode
Public Property UoMEntryproperty UoMEntry
Public Property UserFieldsReturns the UserFields object.

See Also