Skip to main content
Solved

IEE External Link to Open IFS form

  • January 27, 2022
  • 3 replies
  • 669 views

Forum|alt.badge.img+3

Hi,

How can I construct the IFS application address URL to navigate to form window and populate with data.

Assume that I want to navigate into below screen and populate with LU_NAME=Project. from a external application.

How can I construct the IEE Url ?
 


 

 

Best answer by Charith Epitawatta

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!

This topic has been closed for replies.

3 replies

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14
  • Hero (Customer)
  • 235 replies
  • January 27, 2022

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


Forum|alt.badge.img+3
  • Author
  • Do Gooder
  • 3 replies
  • January 27, 2022

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?
 


 

 

 


Charith Epitawatta
Ultimate Hero (Employee)
Forum|alt.badge.img+31
  • Ultimate Hero (Employee)
  • 1094 replies
  • Answer
  • January 31, 2022

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!