Skip to main content
Solved

Capability to open IFS Applications Software via URL

  • April 12, 2024
  • 2 replies
  • 215 views

Forum|alt.badge.img

Hi there,

I’m know it’s possible to create a hyperlink that triggers an external application. 

 

Does IFS Application ERP support this?

 

I’d like to integrate to IFS (the program, not cloud) create a record and have the URL returned.

Then upon success, provide the user a hyperlink that would then open the ERP system with the order directly.

 

IFSApp://recordURLParameterHere


<a href="IFSApp://recordURLParameterHere">Open Created Record</a>

 

Thank you all for your insight

Best answer by Manulak

A fully qualified URL will do the needful, so yes - IFS supports it.

We call it “External Search” and here comes the specificatoin: https://docs.ifs.com/techdocs/foundation1/050_development/022_user_interface/045_ee_dev/080_external_search/default.htm

 

Easy way to get it done: Format the URL as below.

HTTPS:\\<SYSTEM_URL>\/client/runtime/Ifs.Fnd.Explorer.application?url=<FORM_URL>?EXTERNAL_SEARCH=<FIELD_ID>=<VALUE>

E.g. : https://xxxxxxxx:xxxxx/client/runtime/Ifs.Fnd.Explorer.application?url=ifsapf:tbwOrderQuotationLines?EXTERNAL_SEARCH=INQUIRY_NO=xxxxxx

(If you generate this URL programmatically, you can retrieve the SYSTEM URL via the PLSQLAP_ENVIRONMENT_TAB)

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img+8

Hello,
It is possible to open a specific frame, even with parameters:

The URL part comes from the IFS address:

And the first part of the address is the access point to IFS.


Manulak
Hero (Customer)
Forum|alt.badge.img+8
  • Hero (Customer)
  • 78 replies
  • Answer
  • April 12, 2024

A fully qualified URL will do the needful, so yes - IFS supports it.

We call it “External Search” and here comes the specificatoin: https://docs.ifs.com/techdocs/foundation1/050_development/022_user_interface/045_ee_dev/080_external_search/default.htm

 

Easy way to get it done: Format the URL as below.

HTTPS:\\<SYSTEM_URL>\/client/runtime/Ifs.Fnd.Explorer.application?url=<FORM_URL>?EXTERNAL_SEARCH=<FIELD_ID>=<VALUE>

E.g. : https://xxxxxxxx:xxxxx/client/runtime/Ifs.Fnd.Explorer.application?url=ifsapf:tbwOrderQuotationLines?EXTERNAL_SEARCH=INQUIRY_NO=xxxxxx

(If you generate this URL programmatically, you can retrieve the SYSTEM URL via the PLSQLAP_ENVIRONMENT_TAB)


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings