Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision |
| mycoyote:creating_chrs_deep_links [2025/03/25 08:54] – [Summary] jfite | mycoyote:creating_chrs_deep_links [2026/02/19 10:00] (current) – [How to create the link] jfite |
|---|
| 1. Navigate to the base [[https://chrs.hr.calstate.edu/psc/HCHRPRD/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=CSU_TIME&PanelCollapsible=Y&PTPPB_GROUPLET_ID=CSU_TL_TIME&CRefName=CSU_TL_START_NAV_FLU_ESS|CSU Time]] CHRS page. | 1. Navigate to the base [[https://chrs.hr.calstate.edu/psc/HCHRPRD/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=CSU_TIME&PanelCollapsible=Y&PTPPB_GROUPLET_ID=CSU_TL_TIME&CRefName=CSU_TL_START_NAV_FLU_ESS|CSU Time]] CHRS page. |
| |
| 2. Inspect the module you want to direct link to. | 2.a **While in the Classic View**, inspect the HTML code of the module you want to direct link to using the [[https://developer.chrome.com/docs/devtools/inspect-mode|Developer Tools]] in your browser. |
| |
| {{:mycoyote:csu_time_inspect.png?600}} | {{:public:csu_time_inspect.png?900}} |
| |
| 3. Copy the value for the element you need with ''ptgpig=""'', in this case "CSU_S202007302040236046491868" | 2.b Copy the value for the element you need with ''ptgpig=""'', in this case "CSU_S202007302040236046491868" |
| | |
| | 3.a **If you are in the newer CHRS theming**, you will find the tab ID in the tab ''onclick'' variable. The variable will start with ''CSU_'' and is again in this case "CSU_S202007302040236046491868" |
| | |
| | {{:public:csu_time_inspect_new_theme.png?900}} |
| |
| 4. Append the value ''&ptgpid='' along with the copied value to the base CHRS page URL. | 4. Append the value ''&ptgpid='' along with the copied value to the base CHRS page URL. |
| |
| 5. The new link ''https://chrs.hr.calstate.edu/psc/HCHRPRD/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=CSU_TIME&PanelCollapsible=Y&PTPPB_GROUPLET_ID=CSU_TL_TIME&CRefName=CSU_TL_START_NAV_FLU_ESS&ptgpid=CSU_S202007302040236046491868'' now links to the CSU Time CHRS page with the Request Absence module pre-selected. | 5. The new link ''[[https://chrs.hr.calstate.edu/psc/HCHRPRD/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID%3aPTPPNAVCOL&scname=CSU_TIME&PanelCollapsible=Y&PTPPB_GROUPLET_ID=CSU_TL_TIME&CRefName=CSU_TL_START_NAV_FLU_ESS&ptgpid=CSU_S202007302040236046491868|https://chrs.hr.calstate.edu/psc/HCHRPRD/EMPLOYEE/HRMS/c/NUI_FRAMEWORK.PT_AGSTARTPAGE_NUI.GBL?CONTEXTIDPARAMS=TEMPLATE_ID...CRefName=CSU_TL_START_NAV_FLU_ESS&ptgpid=CSU_S202007302040236046491868]]'' now links to the CSU Time CHRS page with the Request Absence module pre-selected. |
| |
| |