Sample Extensibility Code to Cancel Special Order in iVend

Sample Extensibility Code to Cancel Special Order in iVend

Environment:

iVend 6.6


Product Query:

Is there any feasibility for Sample Extensibility to cancel an iVend Special Order or not.


Resolution:

For canceling special orders, you need to use the below mentioned line.


TransactionLogic.Instance.CancelSalesOrder(originalTransaction);


Below is the sequence of statements for canceling an Order:


TransactionLogic.Instance.ChangeCustomer(originalTransaction.Customer);

TransactionLogic.Instance.CancelSalesOrder(originalTransaction);

TransactionLogic.Instance.ReCalculateTransaction();

TransactionLogic.Instance.CompleteTransaction(TransactionLogic.Instance.CurrentTransaction);


Recommendations /Suggestion:

NA


    • Related Articles

    • How to Cancel Special order from iVend

      Environment : iVend 6.6 With SAPB1 Problem Statement : How to Cancel Special order from iVend Symptoms: NA Resolution/Work Around:- Below are the steps for cancel special order from iVend. 1: Click on Transaction Search button on POS 2: Select ...
    • How to Cancel specific item in a Special order from iVend

      Product version: 6.6 Problem statement: How to Cancel a specific item in a Special order in iVend Resolution/Work Around: To achieve the above, one can change the quantity of the item to 0 and save the order. Please find the detailed steps listed ...
    • Authorization for special order cancellation

      Environment: iVend 6.6 Patch 7989 Problem Description: Authorization for special order cancellation Scenario: On Mobile POS special order cancellation feature is working whereas on POS settings this option is not available. Solution: Check the given ...
    • iVend Retail 6.6 Extensibility AddOn Upgrade Process

      iVend Retail 6.6 Extensibility AddOn Upgrade Process Overview The purpose of this article is to enlist the changes in Extensibility Add-On upgrade for iVend Retail 6.6. iVend Retail 6.6 has significant framework changes due to which changes would be ...
    • UPC Code

      UPC Codes What is a Universal Product Code (UPC)? Simply put, a UPC, short for universal product code, is a type of barcode printed on retail product packaging to aid in item identification of a particular item. It is most widely and commonly used in ...