Skip to main content
Solved

Any Easy Way To Link Some Page With Conditions On Aurena Like IEE?

  • March 28, 2022
  • 3 replies
  • 247 views

0guz
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 65 replies

Hi everyone,

I maked so many lobby element designer in IEE before, so when i wrote page link and configure correctly columns its working perfectly in IEE (Ofc when selected use conditions checkbox).

But now i am trying to add a link for aurena and i see some difficulties.

  • Have to know correctly page id
  • Have to know correctly conditions and have to know the syntax for those.

I want to write only aurena page not extra conditions, it could be generate conditions itself from the datasource.

Any way for this?

Thanks.

Best answer by AHMET.GULTEKIN

Hi @0guz ,

 

You can get url of the target page from your address bar after searching with your query.

After getting the URL you can substitute fixed values with dynamic definitions of your record in a form of $[data_source_column].

The url should look like “/page/CustomerOrder/Page?$filter=OrderNo eq $[ORDER_NO]” for querying with order number.

 

BR, Ahmet

This topic has been closed for replies.

3 replies

LakmaliRD
Hero (Employee)
Forum|alt.badge.img+15
  • Hero (Employee)
  • 173 replies
  • March 28, 2022

Hi @0guz ,

There is a checkbox in the navigation section of the element designer ( where you specify the page URL) called

“Use Datasource condition” which will apply the where condition defined in the datasource.
 

Does that cater to your requirement? 


0guz
Hero (Employee)
Forum|alt.badge.img+10
  • Author
  • Hero (Employee)
  • 65 replies
  • March 28, 2022

Hi @LakmaliRD 

Already i selected that checkbox and wrote web access url but when i clicked twice in the graphic on aurena, does not work the link mechanism for some reasons :/

I want to go “Transaction History” list page with conditions.in datasource.

I should learn first, what should i write in “Web Access URL Address” area correctly probably.

 

 


Forum|alt.badge.img+7
  • Hero (Employee)
  • 37 replies
  • Answer
  • May 18, 2022

Hi @0guz ,

 

You can get url of the target page from your address bar after searching with your query.

After getting the URL you can substitute fixed values with dynamic definitions of your record in a form of $[data_source_column].

The url should look like “/page/CustomerOrder/Page?$filter=OrderNo eq $[ORDER_NO]” for querying with order number.

 

BR, Ahmet