AcceptOrder
Posted by Mohammad Rahhal, Last modified by Diana Alkouni on 14 September 2020 12:20 PM

Syntax

Public Function AcceptOrder(ByVal OrderId As Integer) As CallingResultsEnum 

Description

This function used to accept a re-quoted order by given the order ID

Parameters

Parameter  Description 
OrderId OrderID to be accepted , value of type Integer.

Return value

Returns value of type CallingResultsEnum.if the request sent to the server successfully it will return SuccessResult 

Sample

Public Sub Main () 

       Dim Res as VTLGeneral.CallingResultsEnum

       Res = ClientCode.AcceptOrder(12345) 'it will return SuccessResult if sent to server successfully.

       GUI.MsgDialog(Res) 

     End Sub

See Also


Back to VTL Server Script 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