Solved

Create a smart URL link direct to IFS application (APP9) with filtered data

  • 25 November 2021
  • 2 replies
  • 589 views

Badge +3

I need to create a smart URL link direct to IFS application (APP9) with filtered data.

In my scenario, I created a custom event to send an email, which will monitor Purchase Order Delivery Reminders on regular basis. Email should be sent to buyers who are specified on the Purchase Order Delivery Reminders. Message should contain a link to the list of reminders for given buyer. See below

Screen shots.

Email format is like below

As you can see above example Buyer “FUKMA” get one reminder email. The problem was creating the URL link. I can’t pass the buyer id to URL because it’s an API call not a SQL column.

Then 2nd option will be passing the All-purchase order Reminders Order No, Line and Release No to URL.

Is it possible to do something like this? If it’s, could you Please tell me how to create the URL passing above mention variables.

 

icon

Best answer by asanka 25 November 2021, 06:26

View original

2 replies

Userlevel 4
Badge +7

If you can’t get a “short-enough” url that accepts custom parameters and will link directly to your desired window, possibly another approach is using a lobby. Create a lobby and an element that accepts input like buyer id with a parameter BuyerID. If the element type is Link, it would be able to take you to the approproate reminder by clicking on it. Then you can generate the URL to the lobby like below via the custom event:

 

ifswin:Ifs.Fnd.CompositePageRenderer.PageContainer?page_id=e7c5ab46-fcfd-4f77-8eba-09e24f692b69&BuyerID=FUKMA

Badge +3

If it’s not clear the screen shots, please refer the document attached to the note 

Reply