Question
JP Morgan Chase & Company
US
Last activity: 24 Aug 2019 18:44 EDT
pxGetThreadIDForActiveUI is not showing the correct thread id
We are using pxGetThreadIDForActiveUI function to identify the active thread in UI. But the thread id and other values in Declare_pydisplay are same when the user is on dashboard or the custom harness (noAssignmentsAvaialble) . Is there any other way to differentiate the active thread in UI?
The function pxGetThreadIDForActiveUI is used to find out the active thread.
-Declare_pyDisplay.pyDisplay(pyCaseManager7).pyUIActive(1)
.pyDisplay is a page group where the index is the portal name. .pyUIActive(1) or .pyUIElements has the information you need.