Skip to main content
Question

REST API Access to CFP Procedures

  • January 6, 2025
  • 0 replies
  • 46 views

Forum|alt.badge.img+7

Hi,

We are currently running IFS apps 10 Update 23 and are looking at moving more of our custom integrations to REST API’s. When you create a new custom field in IFS a cfp / cfv / cft is automatically created in the oracle database. I have an integration method that updates a custom field on distribution order. If I try to use the standard modify call (distribution_order_api.modify__) this will not work if the DO is closed. If I use the cfp.modify__ this will work OK in oracle.

The issue I have is that I cannot see a way of calling cfp through a REST API.

Is there a way I can do this? Or if not is there a way I can update a field on a DO if the DO is closed using REST without somehow re-opening the DO?

Many Thanks,

Dan