Order Planning Form Issues

manozmanoz Member Posts: 26
In Order planning window, when I am modifying a line, I am getting the following error:

Another user has modified the record for this Requisition Line after you retrieved it from the database.

Enter your changes again in the updated window, or start the interrupted activity again.

Identification fields and values:

Worksheet Template Name='',Journal Batch Name='',Line No.='480000'


So I added the following line of code in the OnModifyRecord() trigger of this form, as the first line:

CurrForm.update(FALSE);

But now, If I choose replenishment system as 'Transfer' and enter a location in 'Supply From' and come to the next line, the Value in 'Supply From' is getting deleted automatically.

If I am removing the code Currform.update(false), transfer is working. but I am suffering from the error mentioned first.

Anybody dealt with this problem successfully?

Thanks.
~Manoj

Comments

Sign In or Register to comment.