Skip to main content
Solved

Business Opportunities API Method for Confirm Sales Process

  • April 21, 2025
  • 2 replies
  • 49 views

AntonioInfoConsulting
Sidekick (Partner)
Forum|alt.badge.img+8

 

I am executing a migration of Business Opportunities on IFS Cloud 24R1 

Once the Business Opportunities have been migrated, I need to execute the Confirm Sales Process function on each Business Opportunity. I will be doing this using a migration job.

I have been unable to locate the method to be used for this in the BUSINESS_OPPORTUNITY_API Packages list on the Entity page.

Does anyone know which method to use here ?

Best answer by Abdul

Hi ​@AntonioInfoConsulting,

I have not found any Procedure in BUSINESS_OPPORTUNITY_API for Confirm Sales Process command.

However, in the debug console, the system is calling the following Procedure.

Business_Opportunity_Handling_SVC.Do_Confirm_Sales_Process 

I tested this successfully through PL/SQL. Please try to create a migration job with this.

 

Regards
Abdul Rehman

2 replies

Abdul
Superhero (Partner)
Forum|alt.badge.img+20
  • Superhero (Partner)
  • 543 replies
  • Answer
  • April 21, 2025

Hi ​@AntonioInfoConsulting,

I have not found any Procedure in BUSINESS_OPPORTUNITY_API for Confirm Sales Process command.

However, in the debug console, the system is calling the following Procedure.

Business_Opportunity_Handling_SVC.Do_Confirm_Sales_Process 

I tested this successfully through PL/SQL. Please try to create a migration job with this.

 

Regards
Abdul Rehman


AntonioInfoConsulting
Sidekick (Partner)
Forum|alt.badge.img+8

Abdul, that worked perfectly. 

Thanks for this.