Skip to main content

is it possible to use a navigation with a filter on a page without a search option, and only that secondary filter?

I am attempting to navigate from a lobby to Sales price list lines screen using lobby filters and connecting on price_list_NO

 

I have attempted the following which doesnt seem to work properly:

page/SalesPriceListLines/Form?$filter=PriceListNo eq $$PRICE_LIST_NO] 
page/SalesPriceListLines/Form?searchcontext=PriceListNo:$PRICE_LIST_NO$

page/SalesPriceListLines/Form?$filter=PriceListNo eq Lora1app.SalesPriceListLinesHandling.PriceListNo'STONES 09'

 

issue seems to be similar to this one https://community.ifs.com/framework-experience-infrastructure-cloud-integration-dev-tools-50/can-i-navigate-to-an-aurena-page-and-filter-the-list-within-the-page-18927

 

screenshot of issue attached. The lobby navigates to Sales price list lines but does not recognize filter parameters from lobby and instead is returning all values (without filters)

@bpamlin did you checked the Use Datasource Condition in your Lobby Element?

 


@Marcel.Ausan I have tried with and without use datasource checkbox checked. neither seem to recognize my filter:

?$filter=PriceListNo eq $$PRICE_LIST_NO]

It navigates to sales price list lines screen but no filter is recognized so it returns all records

screenshot attached

 


 


page/SalesPriceListLines/Form?$filter=PriceListNo eq $[PRICE_LIST_NO] and CatalogNo eq $[CATALOG_NO]


expected result (as it works in IE)

 


I am looking for a solution on how to navigate from a Aurena lobby to Sales Price List Lines > Part Based Tab.


Reply