Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Suggesting to add RunTrgger skipping conidtion. #2895

Open
1 task
Sandeep23-D opened this issue Feb 6, 2025 · 1 comment
Open
1 task

[Bug]: Suggesting to add RunTrgger skipping conidtion. #2895

Sandeep23-D opened this issue Feb 6, 2025 · 1 comment

Comments

@Sandeep23-D
Copy link

Sandeep23-D commented Feb 6, 2025

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"

Image

Image

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.

Image

Image

Additional context

No response

I will provide a fix for a bug

  • I will provide a fix for a bug
@JesperSchulz
Copy link
Contributor

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants