Question

Lobby filters in Aurena

  • 19 October 2023
  • 2 replies
  • 96 views

Badge
  • Do Gooder (Customer)
  • 0 replies

Hello everyone,

Does anyone know how to write the URL to properly apply the filter “Cost Invoice” for invoices in the posting proposals window? When I press my lobby element I want to list only invoices with this specific status message.

 

This is the filter I want applied to the lobby element.

 

Current setup:

The lobby data source is very basic and only lists invoices in with the above status and their invoice no.

 

The lobby data element url counts the different invoices and lists them as a counter - also very basic. 

 

Currently the Web Access URL looks like this:

‘page/PostingProposals/List?searchcontext=MessageId:$MESSAGE_ID$’

but it dosen’t filter out the cost invoices, it shows everything in the posting proposals window - its like the filter parameter is not properly triggered. Initially we tried with the “filter” parameter instead of the “searchcontext” one but we had no luck with that one either and now we’ve run out of ideas.

Can any of you smart guys help with this?
 


2 replies

Badge +4

Try this and let me know if it doesn’t work for you:

 

page/PostingProposals/List?$filter=MessageIdDb eq IfsApp.PostingProposalsHandling.PostingProposalMsgs'CostInvoice'

 

Badge +1

Hi, 

 

Have you managed to resolve it, please? I have very similar issue, but trying to filter to ignore any Invoices Awaiting Authorisation, but none of the filters I have applied worked on this page. Lobby tile logic itself works perfectly and shows correct number, but when trying to open it, it ignores the filtering and runs the whole list….. 

 

Any help would be appreciated 

 

Thanks! 

Reply