I am currently working on upgrade + implementation project. In ax2012 ReqTransExplosion has DS called tmpReqExplosionOnhand ( underlying table of same name), there it has been allowedit false of sys layer has been changed to to Yes in the cus layer. In d365, as per the standard implementation DS is non editable.
I have to tried force through code to make DS has allow editable true. In form level init method, DS init, DS active methods. The DS buffer in the code shows the allowedit to be true. However in the form, none of the fields are editable. I tried to make the control editable to see if that works.
Is there a way, we can make standard forms DS that is non editable as editable D365? If not, do we have to duplicate the table and implement the necessary code changes?
Thanks,
VD