cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure the SAP B1 Event Trigger as Inbound for a scenario in SAP B1 Integration Framework?

0 Kudos

Hello Everone,

Im writing this query for an idea about the SAP B1 Event trigger in the SAP B1if as inbound.(version 1.x)

Please help me, how can I trigger a scenario in SAP Business one integration framework using SAP B1 event trigger.

My Scenario Details:

If I want to get the details of a particular item created in SAP Business One through B1 event trigger into the SAP B1if scenario.

Please anyone help me to achieve the above case.

Accepted Solutions (1)

Accepted Solutions (1)

mgregur
Active Contributor
0 Kudos

Hi,

you need
Inbound Type SAP Business One
Process Trigger B1Event
Identifier 4 - Items

This should trigger a process everytime Item is created or updated. You can adjust filters for Inbound events under Maintenance => Cfg B1 Event Filter.

BR,

Matija

0 Kudos

Hi Matija Gregur,

Thanks for your answer.

If we want to filter multiple events from SAP Business One B1 Event Trigger. What do we have to do in those cases? Say, I need item Master create trigger and Sales order update trigger. How can I add these conditions in the SAP B1if Cfg B1 Event Filter?

Can you please help me with this case also?

Highly appreciate any feedback on this matter.

mgregur
Active Contributor

Hi Avinash,

you can always set Event Filter to catch all events (Add & Update), and then in the scenario create a Branch:

If on Item Action is Add (you'll see it in the xml structure, don't forget to have Data Retrieval active), start the standard flow, otherwise go to end.

If on Sales Order Action is Update, start the standard flow, else go to end.

B1if Cfg B1 Event Filter is sometimes a PITA to maintain, and any upgrade to new PL you need to check if it is configured correctly, so I prefer the above method.

BR,

Matija

0 Kudos

Hi Matija Gregur,

Thank you for your suggestion

Answers (0)