Dear All..
We have a custom form in AX4 with an ID field that takes automatic values from a numberSequence. So this numbersequence has been added to the NumberSequence Classes correctly and all.
Now the thing is that now we need this ID to be input manually by the users due to a change in the work protocol decided lately.
So what I have done so far is set the NumberSequence to manual in the Number Sequence form in Base, and set AllowEdit to Yes in both DatasourceTable and Form.
However, when opening the form for editing or creating a new record, the ID field can't be selected nor modified. I even tried to set numRef.WizardManual = NoYes::Yes; in the LoadModule method of the class woth no success, although I have no idea if this even needs to be modified.
Any ideas on what else needs to be done?
*This post is locked for comments