Knowledgebase: > Properties
OrderLots
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 09 September 2020 09:49 AM

Syntax

 Readonly Property OrderLots(OrderID As Integer) As Double

Description

This property used to know the amount of lots for a specific order.

Parameters

Part Description
OrderID Associated order number you want to know its lots amount,value of Integer.

Remarks  

If you want to know the amount for a specific order, you can use this property and fill the order id as a parameter.

Return value

 Returns value of lots for requested order ID as value of type Doube. 

Sample

Public WithEvents BOAPI As CVertexFXBOAPI

Private Sub OrderLot_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OrderLot.Click

     Dim Lots As Double

   Dim vOrder As COOrder = BOAPI.OrderByIndex(1)

   Lots  = BOAPI.OrderLots(vOrder.OrderID)

   Msgbox(Lots)

 End Sub​

See Also


VertexFX Backoffice API Index

(0 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).

Help Desk Software by Hybrid Solutions