Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Object reference not set to an instance of an object while recall transaction

(0) ShareShare
ReportReport
Posted on by 2,030

greeting everyone in pos retail i've created custom suspended  but i'm facing problem when i try to recall transaction i got this error

Object reference not set to an instance of an object

pastedimage1600933518905v1.png

how can i pass that 

this is my code

this.Application.RunOperation(PosisOperations.RecallTransaction, "SRCJD01-CJD01POS01-464");

and this code work very well if i call from main screen of POS

and i also i tried this

if (!string.IsNullOrEmpty( "SRCJD01-CJD01POS01-464")) {
    application.RunOperation(PosisOperations.RecallTransaction, "SRCJD01-CJD01POS01-464");
}

  • Suggested answer
    ahgamal Profile Picture
    on at
    RE: Object reference not set to an instance of an object while recall transaction

    you are getting the null exception as your trying to make a call from a null object which cause the object not set to an instance error

    as you can see form below it appears that 'this.Application' has null value which mean you are using it in the code in some please were it is not initialized yet 

    pastedimage1600946770334v1.png

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,886 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,766 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Product updates

Dynamics 365 release plans