Hello everyone,
I want to disable one string control when another control has selected multiple value and when that control selected single value i want enable that string control in UIBuilder class
can anyone help me out with this.
Thanks
Siddy
Ax 2012 r3
Hello Siddy,
What system version do you operate?
Best regards,
Ludwig
Hi Siddy,
Please share more details about your errors.
Many thanks.
Thanks for reply Blue wang i am getting the issue when control has selected as multiple selection.
Hi Siddy,
You can create a new method, pass control parameters, and then use registerOverrideMethod in the postBuild() method.
public boolean disableDialogField(FormCheckBoxControl myControl) { ; myParameterField.enabled(myControl.checked()); }
Update: Find this ,please check:community.dynamics.com/.../dialog-field-enable-disable-based-on-another-parameter-in-ax-2012-ssrs-report-rdp-contract-uibuilder-controller-class
Martin Dráb
476
Most Valuable Professional
Abhilash Warrier
310
Saalim Ansari
271