Skip to main content
Solved

Generating url to records on email (Cloud 23R2)

  • June 18, 2024
  • 2 replies
  • 81 views

Forum|alt.badge.img+8

Hi all,

 

In app9, we included URLs to records in the emails triggerred by business events. An example is when an absence request is generated, the supervisor will get an email with a url that takes them to the absence request to authrorise/cancel. Generating the url in app9 was easy, but how do you do that in Cloud? 

 

Current address looks like below when the record is looked up in Cloud. How would you construct this dynamically to include in an email body as a url? TIA

 

https://xxxxxxxxxxxxxx/main/ifsapplications/web/page/AbsenceManager/HolidayRequestPage;$filter=CompanyId%20eq%20'ATH01'%20and%20EmpNo%20eq%20'33004'%20and%20RequestId%20eq%204;usedefaultfilter=false;path=0.985058153.1069399219.36286911.1836918546.1460483063.eyJmIjoiL1BhZ2UiLCJnIjoiQWJzZW5jZU1hbmFnZXIiLCJpIjoiSG9saWRheVJlcXVlc3RQYWdlIiwiYSI6InZpcnR1YWwtMSIsImIiOiIxNDYwNDgzMDYzIiwiZSI6IkFic2VuY2UgUmVxdWVzdHMgLSBEZXRhaWxzIiwiaCI6IkNvbXBhbnlJZCBlcSAnQVRIMDEnIGFuZCBFbXBObyBlcSAnMzMwMDQnIGFuZCBSZXF1ZXN0SWQgZXEgNCIsIiRmaWx0ZXIiOiJDb21wYW55SWQgZXEgJ0FUSDAxJyBhbmQgRW1wTm8gZXEgJzMzMDA0JyBhbmQgUmVxdWVzdElkIGVxIDQiLCJ1c2VkZWZhdWx0ZmlsdGVyIjoiZmFsc2UiLCJkIjp0cnVlLCJjIjpmYWxzZX0%3D;record=KENvbXBhbnlJZD0nQVRIMDEnLEVtcE5vPSczMzAwNCcsUmVxdWVzdElkPTQp

Best answer by Sajith D

Hi @athasanka ,

You might find the information in https://docs.ifs.com/techdocs/23r2/040_tailoring/250_lobby_configurations/080_navigation/#ifs_cloud_web_navigation_url useful. The specific page is related for lobbies but the web navigation bit should hold true for any page.

Cheers 

2 replies

Forum|alt.badge.img+21
  • Superhero (Employee)
  • 427 replies
  • Answer
  • June 19, 2024

Hi @athasanka ,

You might find the information in https://docs.ifs.com/techdocs/23r2/040_tailoring/250_lobby_configurations/080_navigation/#ifs_cloud_web_navigation_url useful. The specific page is related for lobbies but the web navigation bit should hold true for any page.

Cheers 


Forum|alt.badge.img+8
  • Author
  • Sidekick (Customer)
  • 76 replies
  • June 19, 2024

Hi @athasanka ,

You might find the information in https://docs.ifs.com/techdocs/23r2/040_tailoring/250_lobby_configurations/080_navigation/#ifs_cloud_web_navigation_url useful. The specific page is related for lobbies but the web navigation bit should hold true for any page.

Cheers 

Thanks, Sajith. Looks like I can pretty much ignore the url content after the filter criteria and it will work still. The reset can be constructed with the PL/SQL code.

Cheers.