BPM for Deleting ShipHead record

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:
image

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.

Where are you saving the reason ? I know it’s Character01 but which table?

It’s just the BPM Context field - it’s this form popping up that is causing the error.

After you fill in the form, are you saving that reason somewhere?

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! :confused:

We’re on totally different versions but this works for me (replace the show message with your piece to update the UD table):



Thanks. That is exactly what I have but it is throwing up the error as soon as I add the BPM Data Form, and it works as soon as I remove it :confused:

With this and your other (function) problem I’m wondering if you have something wrong with your Ice tooling.

Thanks… I’ll pass that on to the guy who set everything up to take a look

1 Like