Syntax
Public Overrides Sub MapBOOrderIDWithBOTicketID(BOOrderID As String, BOTicketID As String)
Description
This method is used to map the backoffice order number with the backoffice position number.
Parameters
Key | Description |
BOOrderID | The backoffice order number to be mapped with the backoffice ticket number. Value of type is String |
BOTicketID | The backoffice position number to be mapped with the backoffice order number. Value of type is String |
See Also