Skip to main content

Hi

 

I would like to used QRCode that point to IFS screen 

The url a catch does it change or it never change ? if it often change what is the solution ? 

 

Regards, Thanks

Just opening a page in IFS is a fixed URL. You only need to take the URL up to the first ; in your example:

https://<Your URL>/main/ifsapplications/web/page/FunctionalObject/Form

 

If you want to open an IFS page with a certain functional object (or any other kind of search) it is also a fixed URL. Then you add the filter part of the URL:

https://<Your URL>/main/ifsapplications/web/page/FunctionalObject/Form;$filter=%28%28Contract%20eq%20'HCM-3'%29%29%20and%20%28MchCode%20eq%20'BRCU-4'%29

 


Reply