Deep Linking Navigation
Deep Linking functionality in OIPA allows user directly navigate to respective screens by specifying GUID/Policy Number/ Case Number in the URL. This feature is supported for Group Customer, Case, Policy, and Client. User authentication is required for accessing these screens directly and application security for the specified page names to open in Palette.
The description of URL pattern for deep link functionality is as below:
http://[servername]/PASJava/index.html?root=open&object=[Case/Policy/GroupCustomer]&keyName=caseGuid&keyValue=[caseGUID]
Here,
- The [servername] parameter in the URL holds the server address of the OIPA application.
- The GUID parameter in the URL indicates a GUID the object key. (Example: caseGUID)
- The Number parameter in the URL indicates a Number the object key. (Eaxmple: CaseNumber)
- The [GUID] parameter in the URL holds the specific GUID from the respective tables record as the object keyValue.
URL Patterns:
- http://[servername]/PASJava/index.html?root=open&object=Case&keyName=caseGuid&keyValue=[caseGUID]
- http://[servername]/PASJava/index.html?root=open&object=Case&keyName=caseNumber&keyValue=[caseNumber]
- http://[servername]/PASJava/index.html?root=open&object=Policy&keyName=policyGuid&keyValue=[policyGUID]
- http://[servername]/PASJava/index.html?root=open&object=Policy&keyName=policyNumber&keyValue=[policyNumber]
- http://[servername]/PASJava/index.html?root=open&object=GroupCustomer&keyName=clientGuid&keyValue=[clientGUID]
Note: System redirects the user to error page if an invalid GUID/number is provided in the URL but the user remains logged in.