cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to trigger the Customer Demand-> Cancel Confirmation action from absl/SDK?

former_member187312
Participant
0 Kudos

Hello Experts,

I want to trigger the Cancel Confirmation action of customer demand from the backend as attached, I couldn't find any action on CustomerRequirement XBO and I'm not sure I'm heading in the right direction.

Kindly help me on this.

Regards,

Senz

Accepted Solutions (1)

Accepted Solutions (1)

former_member207719
Participant

Hi Senz

I once used the below script in customer demand before save to cancel the demands.

this.ExternalRequest.GetFirst().ExternalRequestItem.GetAvailabilityConfirmation(true, false, false, "01", true, true, false, true);

HTH

Senthil.

Answers (1)

Answers (1)

óespinar
Participant

Hello everyone,

Just in case someone need implement Force Confirmation action the next script can be used:

// Force Confirmation
externalRequestItem.GetAvailabilityConfirmation(true, false, false, "01", true, false, true, false);

Regards,

Ó. Espinar