Question

IFS Apps 10 - SupplierHandling Projection API

  • 10 December 2021
  • 2 replies
  • 207 views

Userlevel 1
Badge +6

Dear Community, 

 

We would like to retrieve Supplier information from Apps10 with Dell Boomi. We tried to use SupplierHandling projection and we have already found a lot of fields but we couldn’t find how we can retrieve: 

  • Communication methods (where communication method is e-mail and it is default) 
  • Delivery terms. 

If you have any idea how we can achieve this, it would be very helpful. 

Thank you very much in advance all of your thoughts on that. 

 

Have a nice day!

Kind regards, 

Balazs


This topic has been closed for comments

2 replies

Userlevel 2
Badge +4

HI,

For communication methods you may use:
/ifsapplications/projection/v1/SupplierHandling.svc/SupplierInfoGeneralSet(SupplierId='{SupplierId}')/CommunicationMethods

For Delivery Terms:

/ifsapplications/projection/v1/SupplierHandling.svc/Reference_SupplierAddress?$filter=SupplierId eq '{SupplierId}'

 

BR/

 

Alexandre Bicalho

Userlevel 3
Badge +7

Hi @bapehu .  As @Albibr says, you can access CommunicationsMethods using the 2 part URL mentioned - SupplierInfoGeneralSet and CommunicationsMethods.  In the recent update we made to the IFS REST connector, we added the ability in the connector to dynamically create and handle these two part URLs as a single entity.  Hence, when you go to import an object, and specify SupplierInfoGeneralSet* as the filter, you’ll see

 

Object List

Selecting SupplierInfoGeneralSet->CommunicationsMethods will create the necessary URL in the background.  The UI will dynamically add a field into the operation to allow you to add a supplierid

 

Peter

 

 

You can find more information on working with these hierarchical objects in Boomi at Working with Related Entities in IFS Application 10 and IFS Cloud with Boomi Operations