Ecom:Rma.RmaOrderLines
Summary
The RMAOrderLines
loop lets you display various information about order line of an order the RMA's is based on.
Examples
Basic usage
Notice the use of @item.GetValue to get data from the loop variable.
If you just write @GetValue, the data will be taken from outside the loop.
Similarly, you have to use @item.GetLoop to use loops inside a loop.
Check if the loop exists
Example of usage
The following general example illustrates how to use a loop construct.
Check if the loop exists
Available tags
Ecom:RMA:OrderLine.BOM
Returns True if the orderline is BOM.
@GetString("Ecom:RMA:OrderLine.BOM")
Ecom:RMA:OrderLine.Modified
Returns date modification of the orderline.
@GetDate("Ecom:RMA:OrderLine.Modified")
Ecom:RMA:OrderLine.OrderID
Returns OderID of the orderline.
@GetString("Ecom:RMA:OrderLine.OrderID")
Ecom:RMA:OrderLine.PageID
Returns PageID of the orderline.
@GetInteger("Ecom:RMA:OrderLine.PageID")
Ecom:RMA:OrderLine.ParentLineID
Returns ParentLineID of the orderline.
@GetString("Ecom:RMA:OrderLine.ParentLineID")
Ecom:RMA:OrderLine.Price
Returns Price amount of the orderline.
@GetString("Ecom:RMA:OrderLine.Price")
Ecom:RMA:OrderLine.ProductID
Returns ProductID of the orderline.
@GetString("Ecom:RMA:OrderLine.ProductID")
Ecom:RMA:OrderLine.ProductName
Returns ProductName of the orderline.
@GetString("Ecom:RMA:OrderLine.ProductName")
Ecom:RMA:OrderLine.ProductName.Short
Returns short product name of the orderline.
@GetString("Ecom:RMA:OrderLine.ProductName.Short")
Ecom:RMA:OrderLine.ProductNumber
Returns Product Number of the orderline.
@GetString("Ecom:RMA:OrderLine.ProductNumber")
Ecom:RMA:OrderLine.Quantity
Returns orderline quantity.
@GetString("Ecom:RMA:OrderLine.Quantity")
Ecom:RMA:OrderLine.SerialNumber
Returns Serial Number of the orderline.
@GetString("Ecom:RMA:OrderLine.SerialNumber")
Ecom:RMA:OrderLine.TotalPrice
Returns the orderline total price.
@GetString("Ecom:RMA:OrderLine.TotalPrice")
Ecom:RMA:OrderLine.TotalPriceWithoutSymbol
Returns orderline total proce without currency symbols.
@GetString("Ecom:RMA:OrderLine.TotalPriceWithoutSymbol")
Ecom:RMA:OrderLine.UnitID
Returns the orderline unit ID.
@GetString("Ecom:RMA:OrderLine.UnitID")
Ecom:RMA:OrderLine.UnitName
Returns the orderline unit Name.
@GetString("Ecom:RMA:OrderLine.UnitName")
Ecom:RMA:OrderLine.VatPercent
Returns the orderline VAT percent.
@GetString("Ecom:RMA:OrderLine.VatPercent")
Ecom:RMA:OrderLine.VatTotalPrice
Returns the orderline VAT total price.
@GetString("Ecom:RMA:OrderLine.VatTotalPrice")
Ecom:RMA:OrderLine.VatTotalPriceWithoutSymbol
Returns the orderline VAT total proce without currency symbols.
@GetString("Ecom:RMA:OrderLine.VatTotalPriceWithoutSymbol")
Ecom:RMA:OrderLine.Volume
Returns the orderline volume.
@GetDouble("Ecom:RMA:OrderLine.Volume")
Ecom:RMA:OrderLine.Weight
Returns the orderline Weight.
@GetDouble("Ecom:RMA:OrderLine.Weight")