I am trying to create a before workflow that will change or add a value for a custom field on Purchase Order Header entered by the user or left blank at the creation of a purchase order.
I got the change part to work but is struggling with he ‘add value’ part.
If the custom field is left blank during the creation of the order, no value for the cf is passed to the workflow . Not even information that the value for the cf is null.
Does anyone know how to have the workflow to add a variable on the way to the original projection call?
I tried to just usign a workflow with script component to add the value and I can see the value in the observation but that isn’t added to the projection call.
I would like to avoid just to update the record after creation as the user then has to refresh the record every time a po is created to see the value in the cf.
The value for a cf is fetched from another place in the system and is not the same every time so a dafault value for the cf will not work.
We are in Cloud 24r2