How to determine current page (Kinetic web)?

I’ve seen %currentDataView% and %datasetid%,
but is there something that will let me determine the current page (to use in an event) ?

e.g. we have added a page to Order Entry as shown:

I would like to have a condition in an event to determine if the page is currently displayed.

bonus…where are all these %variable% things documented/listed ?

Thanks Scott

After searching some Epicor provided events and looking at the system dataviews I found dataView sysPages and used pageId in a condition on my event.

the event condition expression looks like this:

“{sysPages.pageId}” === “pageLinesReleases”

2 Likes