web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

How to filter suspend transaction on EPOS

(0) ShareShare
ReportReport
Posted on by 2

Hi every one,

I have AX 2012 R3 RTM for retail , I am wondering if there is a way to filter suspend transaction on EPOS by Operator ID , we want every cashier shows his own suspended transaction only and recall it.

Wafting  for your professional solution  

*This post is locked for comments

I have the same question (0)
  • Rodolfo Recalde Profile Picture
    on at

    Hi,

    I could not find any reference of "Recall Transaction form" in Retail SDK.

    I think that this particular form is not available for editing, what could be your best alternative to achieve your customization. (although I'm not 100% sure because I did not have time to search more).

    Perhaps, you can create a new form and inherit some features of LSRetailPosis.POSProcesses.frmSuspendedTransSearch.

    code Sample 1 - GetSuspendedTransactionList  (then you can filter this list by Operator ID)

    
    
    
    
    using Microsoft.Dynamics.Retail.Pos.DataManager;
    private SuspendedTransactionDataManager suspendedTransactionDataManager = new SuspendedTransactionDataManager(ApplicationSettings.Database.LocalConnection, ApplicationSettings.Database.DATAAREAID);
    IList<SuspendedTransactionSearchResult> suspendedTransactionList = this.suspendedTransactionDataManager.GetSuspendedTransactionList(ApplicationSettings.Terminal.StorePrimaryId, searchValue, fromRow, numberOfRows, sortByColumn, sortAscending);
    
    

    code Sample 2 - GetSuspendedTransaction

    
    
    using LSRetailPosis.DataAccess;
    SuspendRetrieveData suspendRetrieveData = new SuspendRetrieveData(ApplicationSettings.Database.LocalConnection,
             ApplicationSettings.Database.DATAAREAID);
    posTransaction = suspendRetrieveData.GetSuspendedTransaction(ApplicationSettings.Database.LocalConnection, suspendedTransactionId,
    this.Application.Services.Rounding,
    ApplicationSettings.Terminal.StoreId,
    ApplicationSettings.Terminal.StoreCurrency,
    ApplicationSettings.Terminal.TaxIncludedInPrice);

    ***

    Similar issues:
    http://stackoverflow.com/questions/34851376/how-to-extend-recall-transaction-screen-in-ax-2012-pos

    https://community.dynamics.com/ax/f/33/t/192449

    I Hope this Helps,

    Regards,

    Rodolfo Recalde.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 4 Most Valuable Professional

#1
Priya_K Profile Picture

Priya_K 4

#3
MyDynamicsNAV Profile Picture

MyDynamicsNAV 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans