cancel
Showing results for 
Search instead for 
Did you mean: 

trigger event before save business object opportunity

Ralph3
Explorer
0 Kudos

hi all,

is there a possibility of triggering the event before save of the business object opportunity. We have added code via SDK which need to be triggered for all opportunities in our production tenant. I tried to use the workflow functionality with timing type schedule but this will not work. Are there other possibilities? Update via migration tool is also not a possibility. Thanks in advance for your thoughts.

br Ralph

Accepted Solutions (0)

Answers (1)

Answers (1)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Ralph,

If understand you right this coding should have been in place before creating those opportunites.
You now want to "update" the existing opportunites.

As a MDRO is (currently) not possible on SAP BOs like the Opportunity, you may use an MDRO on a Custom BO which in turn "touches" all resp. opportunites. This would trigger the BeforeSave event.

Please keep in mind that this a kind of "misuse" of the MDRO concept w/o any support for parallelization.
You may experience a not-that-good performance.

HTH,
Horst