itemprice

This object return the price, currency and discount from an item

This use the DI-API function without any additional Beas functionality

Support price list, special price list, blnaked agreement and uom groups

 

return follow instance string variables:

price

currency

discount

 

 

beasscript-logo-small

declare=itemprice=ue_api_sbo
itemprice=getitemprice=itemcode=FP<tab>cardcode=110441
destroy=itemprice
message=<currency> <price> <discount>
destroy=itemprice

 

 

Properties

Property

Description

itemcode

define the itemcode

cardcode

the business partner

uomentry

quantity in uom: uomquantity

uomquantity

UoM for which quantity is defined

inventoryquantity

define quantity in stock unit

currency

define the currency which you want to have

date

define the price date

pricelist

define the price list

blankedagreementnumber

define the number of agreement

blankedagreementline

define the line of agreement

 

If you need complete beas functionality, then you can use

the beas Service Layer item.GetPrice()