You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am processing Recurring Billing and I just wanna modify the record without any Runtrigger. I am getting an error because of there is no RunTrigger Skipping in the code in the codeunit 8074 "Document Change Management"
Please add
if not RunTrigger then
exit;
or Provide an Integration Event to skip code validation.
Expected behavior
When I modify the sales header or purchase header record with Runtrigger false, then it should skip the code validation in OnBeforeModifyEvent or OnafterModifyEvent
Steps to reproduce
when I try to create Document from the Recurring Billing, I am getting an error message.
Additional context
No response
I will provide a fix for a bug
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered:
@Sandeep23-D, the code you are referring to is not part of this repository, it seems. It appears to be in the Subscription billing app. Did you create this issue in the wrong repo by any chance?
Also, you did not check "I will provide a fix for a bug". Are you not intending to create a pull request?
Describe the issue
I am processing Recurring Billing and I just wanna modify the record without any Runtrigger. I am getting an error because of there is no RunTrigger Skipping in the code in the codeunit 8074 "Document Change Management"
Please add
if not RunTrigger then
exit;
or Provide an Integration Event to skip code validation.
Expected behavior
When I modify the sales header or purchase header record with Runtrigger false, then it should skip the code validation in OnBeforeModifyEvent or OnafterModifyEvent
Steps to reproduce
when I try to create Document from the Recurring Billing, I am getting an error message.
Additional context
No response
I will provide a fix for a bug
The text was updated successfully, but these errors were encountered: