Hello AXers,
As in the title, I need to make the expense reports editable for the final approber in the workflow.
The first thing I did is add an Edit command button to the form TrvExpTable.
So first I took a look to the active method of the TrvExpTrans datasource ( since our approbator needs to edit lines ) an added them these lines to test the edition mode :
trvExpTrans_ds.allowEdit(true);
trvExpTrans_ds.object(fieldNum(TrvExpTrans, AmountCurr)).allowEdit(true);
But unfortunatly it didn't work I'm still not able to modify neither the lines nor the amount.
If you have any clue on what could be blocking the edition mode it would be great.
Thank you!
*This post is locked for comments
I have the same question (0)