Question
1
Replies
75
Views
JP Morgan Chase & Company
Posted: August 20, 2019
Last activity: August 24, 2019
Closed
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.