


UPDATE [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set LOOKUP_LIST_CATEGORY = 'STATUS' WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID ='8620';



Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one user action type.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8615;

select id,tool_tip,USER_CONTROL_ID,* from [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] 
  WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT';



Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one user account status.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8620;


Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one user role.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8616;

Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one or more Primary Jobs.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8617;

Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one or more Secondary Jobs.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8618;
 
  
Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by one or more Work Locations.'
WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8619;


Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'The Selection Criteria allows the user to filter by words in Job Title.',LABEL_TEXT = 'Job Title Keyword search: ' WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8621;


Update [Registry_AHOBPRHRE].[dbo].[STD_GUI_CONTROLS] set tool_tip = 'Change Status State is the State selected by Advanced Users to display Registrants on the Change Status page. The Selection Criteria all a user to filter by one State.' WHERE CATEGORY ='AHOBPR_CLINICAL_USER_ADHOC_REPORT' and ID = 8622;
