Notifications
Announcements
No record found.
Hi team,
I have a query here-
if checkbox unchecked, stop functionality of static method in a form in AX, how to write code for that in job.
Please let me know if possible..
Thank you and regards,
A Praveen
Hi Praveen,
As per my understanding - if its a custom method you can add a if condition - if the check box is unchecked don't call that method else call that method.
If above is not exact functionality you are referring to, please elaborate more on your query.
Thanks,
Girish S.
Oh seems you need to write that in job.
So is the check box field is a table level field or form control?
You can simply call the static method of form when this checkbox is enabled. If it's disabled it won't get executed and it will stop further execution.
You can write the code on clicked method / on clicked event and checking this Noyes condition, you can call directly that method.
its of form level
If the check box values is not stored in the table then its impossible to get the value of the check box control on the job. Since that check box control is not bound to datasource.
If it's of form level, you can simply call the method on checked() method of the checkbox.
Can you please give us the complete the requirement here? Also what customisation has done already?
Hi,
How the static method is called. You can try to write your business logic on check box control when its modified you disable static method call if its on button.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
André Arnaud de Cal... 467 Super User 2025 Season 2
Martin Dráb 420 Most Valuable Professional
BillurSamdancioglu 241 Most Valuable Professional