cancel
Showing results for 
Search instead for 
Did you mean: 

can we use qrfc for check function module

0 Kudos

Hello All,

I am having issue with multiple events triggering for same sales order BUS2032 if we change multiple line items.

I have attached my workflow for change event, I am also checking for existing workflow for the sales order before triggering the workflow, since both the event are creating at the same time they are failing to get existing workflow and triggering multiple workflows.

So I was thinking to change the check function module to QRFC or BGRFC. Is it ok to do that and if yes which one is better.

Thanks,

Kishore.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186746
Active Contributor
0 Kudos

Hi,

Are you using the correct event for this scenario? Maybe there is a better event to use.

Check if your event queue is active, if it is deactivate it and see if the problem persists.

If you still have this problem then add a wait up to 1 seconds statement in the check function module.

Kind regards, Rob Dielemans

Answers (1)

Answers (1)

0 Kudos

Thanks Rob,

the problem is events are triggering at the same time, but I am trying to created custom event to solve my problem as you suggested for other events.