Skip to main content

Has anyone ever seen a BPA validation observation throw the error, but the IFS user interface not register it?  This was working properly and stopping the release of the Sales Quotation header until I updated the JavaScript to also check an additional custom field. It was already checking oob fields and a custom field. Any ideas on what the cause might be, would be appreciated.

 



 

 

Using observations, verify how the new custom field is inputting to the workflow. Check your updated JavaScript if you are using that field correctly ( check for correct case etc.. ).
If the workflow is not giving the intended validation output, there are two scenarios that can go wrong.

  1. Success path is chosen from the workflow gateway.
  1. There is an error in the workflow, which is occurring before the IFS failure end event.

My guess is no 2, because of the updated JavaScript.


It appears the JavaScipt was not playing nice with the data parsing.