BPM Data Form

Hi All,
I have been asked to create a process which will save a reason code for voiding a line on sales order. I have created a UD field to save reason code in DB. When the user selects the reason code form the drop down on BPM Data form, the selected value is not been added to DB.

I am using Pre-Processing method directive on Erp.SalesOrder.CloseOrderLine

Any help would be appreciated.

Thank You.

try to use set field to whatever BPMCallContext you used on this Form

image

Hi, I tried and it did not work. I tried customizing the bpm data form as well but all in vein. Any other suggestions?

Thanks,

Hi @Jasim
could you export then upload your BPM here, i will have a look for you

Hi @A.Baeisa
I have figured out a way to do it. What i did was write a custom code to get the BPMData.Character01 field data and store it in database.

Appreciate your time for looking into this.

Thanks,

no problem @Jasim , Set field widget is doing the same.