Boomi - IFS REST - No Parameter Profile Configured
We can successfully perform CREATE/UPDATE/GET/QUERY operations within existing processes. Tehe IFS REST API connector is configured fine and connects without any issue.
Receiving errors when we use the IFS REST - Partner Connector - FUNCTION V2. Below are the steps that I have followed.
I am not able to post the entire content in the post, thus have attached as word document.
Page 1 / 1
Hi Artha,
This function is a bound function. Which means you have to provide the bound entity set name as a Dynamic operation property. I don’t see you are mentioning about specifying the bound entity, therefore I’ll add some screenshots for more clarification.
Inside the Operation component (see below snapshot) you will have a input field to specify the Bound Entity. You can provide the bound entity name here or
there will be a separate tab to specify these params as below,
Btw, keep in mind that this function doesn’t have bound entity parameters, therefore you don’t need to provide those.
Thank you, /Denam Britto
Hi Denam,
Thanks for the tip. Adding the BoundEntitySet seems to solve the initial issue when calling the operation directly (as a Connect Shape0 as shown below)
However when the same operation is called inside a Map process as a connector call as below
It fails with the following error.
Hi Artha,
Since the Bound entity is default in all cases and there is no Bound Entity parameters, you can define the Bound Entity set name in the operation component as below,
This should work in you case. Let me know if you need more clarifications.
Thanks, /Denam
Hi Denam,
As mentioned in my previous reply when I define BoundEntitySet in the FUNCTIONV2 operation
is works fine only when the operation is called directly in a Connector Shape
However, when the same operation is called inside a process Map via a Connector call
it fails with the following error
@Denam
In addition how can one fine the Bound Entity Set for a given Projection Function. For example PersonnelFileEmployementInfoHandling.EmpEmployedTime_Default.
I checked the API Explorer and API documentation and could not find it.
Regards,
Artha
Found how one can find Entity Set in API Explorer.
If the function is IfsApp.PersonnelFileEmployementPeriodsHandling.NewEmploymentPeriodVirtual_Default() then EntitySet shows the BoundedEntitySet value (Marked in green)