I am having an issue with a BPM to record the reason for deleting a Shipment Entry record. The issue is caused when the BPM Data Form pops up to request the reason for deletion (using Character01). I am sure of this because as soon as I remove that form everything works fine - with the form we get the following error:
The BPM is set on CustShip.Update and the form pops up on pre-processing. I have tried the following (I think this is everything):
Move form to post processing (same error)
Move BPM to UpdateMaster (not triggered on delete)
Move BPM to Data Directive (can’t use BPM form for reason)
Customise Shipment Entry form (not sure how to code input box)
Any suggestions for how to get this working? Thanks.
Yes, to a UD table but it’s at the point the form pops up that the error is happening - if I remove that from the BPM then everything works fine. But then I don’t know why they had to delete the record!