Hi Team,
I just have a question with regards to the un-editable fields in records that belongs to forms which has a workflow on it, one case that I faced is that a user has submitted a record in a certain form which later he requested to edit a field in that record and since it's submitted I can't edit the filed in that record to the correct value.
This case happen in the production environment, and as you know we cannot access the DB in the production environment.
I come across a solution which I heard but I'm not sure how the implementation of it how it goes in X++, what I heard is that to edit a record in the production environment, you have to use "Batch Jobs" to trigger a runnable class in which this will help to edit the specified field in that record to be updated with the desired value needed.
Another solutions for this which I heard and it was implemented in the newer versions of Dynamics365 F&O is by using something called "Custom Scripts" which is provided within "System Administration" Module.
My question is: How to achieve this?, is there a tutorial for this case? or if you can guide me with the way of doing it and the x++ code used to achieve this.
Thanks