Hello @techifs
I am trying to understand your question.
Are you looking to build an Integration?
Do you want to build the URL inside IFS to connect to an external application?
If you want to build an URL to connect to an external application you can do it via Lobby.
Thanks,
JL
Hi ,
I want to navigate into IFS application custom field window with data populated from an External application.
Suppose I am developing a 3rd party application and I want to add url there and navigate into IFS application.
Something like below URL
ifsapf:frmCustomFields?COMPANY=40&LUNAME=Project
However above URL doesn't load and populate with data
When I click my 3rd party application button, I want to navigate into below window and populate with logical unit = ‘Project’
How can I construct IFS application URL for this?
Hi @techifs,
You can find the documentation for external search development here:
https://docs.ifs.com/techdocs/foundation1/050_development/022_user_interface/045_ee_dev/080_external_search/default.htm
Just follow the instructions mentioned in this documentation and form the encoded URL properly and it should work as you expect.
Also go through the following post and the reply marked as answer, which explains a real scenario of creating an external search URL:
Hope this helps!