Triggers are being called twice #313
Unanswered
AntonBSystance
asked this question in
Q&A
Replies: 1 comment
-
this is because you have two triggers. one is shift open and other is operation. Operation will execute every new operation either shift open or logon or item search. you can reach to [email protected] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Would appreciate if anyone can give a hint for D365 Store Commerce extension development in Pos.
Currently, I have an issue, that the extension to the trigger is being triggered twice, independently from the trigger type (I tried PostOpenShift and PostOperation triggers). From the development console there is just a sign of the extension triggered two times from the pos core.
If I put the simple log, I see from the dev console that the trigger is called two times (Screen attached). Is there any reason why trigger extension can be called twice?
Console:

Manifest:

Code in PostOpenShift:

Thanks in advance for any help on the matter :)
Beta Was this translation helpful? Give feedback.
All reactions