Question

API Call within Advanced Search IFS Cloud

  • 19 January 2024
  • 2 replies
  • 106 views

Userlevel 3
Badge +9

Apologies if this has been asked.

I am looking to created an advanced search within the Inventory Part in Stock screen within IFS Cloud. I want to be able to retrieve a list of stock records which are classified as Manufactured Parts.

Within EE you could add in API calls to advanced searches,

inventory_part_api.get_type_code(contract,part_no) = ‘Manufactured’

Does anyone know the options for this rather than added a custom attribute within this screen?

 

Thanks,

Jamie


2 replies

Userlevel 6
Badge +13

@MitJamieB Advanced Searches using queries are supported in IFS Cloud.

Please refer to the following:

Required to use oData operators and functions

https://docs.ifs.com/techdocs/23r2/060_development/022_user_interface/030_aurena_dev/099_concepts/search_concepts/#filter_operators_and_functions

Query is not identical to App10 SQL where expression though.

Hope this helps !

Userlevel 2
Badge +6

Hello Buddhika

Can you give me an example how the get command should look like, I want to search in the sales part for part numbers that have one special Prime_Commodity in the inventory part, the Odata command looks like this, but how to enter it in the advanced search?

 

https://ifspsc2-d01.demo.ifs.cloud/main/ifsapplications/projection/v1/InventoryPartHandling.svc/InventoryPartSet(PartNo='10010-66A',Contract='100')/PrimeCommodityRef

Reply