cancel
Showing results for 
Search instead for 
Did you mean: 

Customer Quote events(.absl) vs Opportunity events(.absl) in SAP C4C

former_member243278
Participant
0 Kudos

Hi everyone,

I have some developments on SAP C4C. And I had a problem about customer quote and opportunity exit events sequence. Here is the use-case;

When a user tries to create Quote on system;

  1. CustomerQuote AfterModify.absl is triggering
  2. CustomerQuote BeforeSave.absl is triggering
  3. Opportunity BeforeSave.absl is triggering

and so on..

When a user tries to create Opportunity on system;

  1. Opportunity AfterModify.absl is triggering
  2. Opportunity BeforeSave.absl is triggering

and so on...

Here I want to learn that I have some controls and some code logic in Opportunity object BeforeSave event. However, I desire that this code logic should be executed only in Opportunity creation. My code logic is working fine with opportunity creation but when I create a customer quote on system, Opportunity events is also triggering and my code logic is also executing after quote creation.

How can I restrict the related situation?

I could not find any indicator which shows that this opportunity event is triggered by a quote creation or opportunity creation, in opportunity events.

horst.schaude can you please guide me?

Accepted Solutions (0)

Answers (0)