Hello,
I added a checkbox to the standard VendReceiptsListJournal form by extension. Unfortunately, I cannot make this checkbox editable.... I think it is due to the fact that the this form is disabled editing and all datasources have the allowEdit = No property set. Is there any way to be able to edit my checkbox? I have tried many ways, but with no success.
Thanks for all sugestions.
How about calling executeQuery method and any code that gets executed on selection of the checkbox in your customization.
Check this old thread for suggestions
community.dynamics.com/.../can-not-make-data-source-field-editable
The checkbox is linked to the data source in such a way that selecting it should call the modified executeQuery() method
Hi, If Datasource allowEdit is No then you can edit the field. However, you can create dialog with checkbox so user can access it and it will update your checkbox. I had done similar requirement in past where form grid was disabled.
Hi Shooowtek,
Is the checkbox is bound to DataSource?
If the editable property of the DataSource is set to No, then it's not possible to edit the check box if that belongs to that DataSource.
Instead, you can create a separate table with check box field and a reference field related to VendReciptsListJournal form and add that table as a DataSource to the form. You can add that check box field to the design and check.
Thanks,
Girish S.
André Arnaud de Cal...
292,160
Super User 2025 Season 1
Martin Dráb
230,962
Most Valuable Professional
nmaenpaa
101,156