Open Hyperlink from Shell page Concatenated with the VBCS Page
Summary:
How to Open the emp-detail page Hyperlink from the VBCS Page URL using on Click Event :
We have added this Hyperlink in the Root pages →Shell Page as below . But it redirects to the VBCS page and not to the emp-detail page.
<a :href='[[ VBCS Page URL+"?page=shell&shell=main&main=emp-detail" ]]'>EmployeeDetail</a>
Please advise
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0