web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Table field allow edit property on form data source level in axapta

SANTOSH KUMAR SINGH Profile Picture SANTOSH KUMAR SINGH 1,224
If you want to allow edit yes or no on form level then you can try below sample code example.

Table field allow edit property on form data source level in axapta . You can example in active or create method in form data-source.


 dsCalculationsFactors_ds.object(fieldnum(CalculationsFactors, Allowance)).allowEdit(true);  

This was originally posted here.

Comments

*This post is locked for comments