Hey all! I am creating a BPM that is pretty straight forward, or so I thought. I need to open a line in Receive Transfer Order, and once I open that line, under the Lines Pending Receipt card, it will automatically set the date to todays date.
I can do that by leveraging the TransOrderReceipt.GetByID BO and Method. However here is the weird part. When I click on the line and it opens, I can see that the date populates, but it wont let me save. I click the save icon, but it doesnt do anything.
Also, I am doing this as a Post-Processing Method.
I tried adding a second set field widget that just takes the RowMod for PlantTran and sets it to U. That lets me click the save icon, but it gives me an error that says “This is a duplicate entry of an existing record.”
I am not opposed to using custom code to solve this, I just went with the widgets because I am still learning C#. Either way, I really could use some help.
Thanks in advance!!