As @VVNagaSaiN says, that approach is Traditoinal UI.
- Deep linking and Semantic URL covers the URL formation and comments have the examples of implementations
- Example: pxRequestor.pxReqContextURI + “/” + pxRequestor.pxReqServletNameReal + "// " + … etc
- Some traditional examples
- Building a Case link in Email body for Constellation application - Novitates from @JayachandraSiddipeta
- Theme-Cosmos: Open work object in Full portal on Copy sharable Link by ManikandanK17103558 (I used this alot of both Theme-Cosmos and Constellation)
The last time i did this (2023 for Infinity '23) I used:
pxRequestor.pxReqContextURI+“/”+pxRequestor.pxReqServletNameReal+“/”+Param.CaseName+“/”+Param.ID
OR
D_SystemConfiguration.pyPublicLinkURL+“PRAuth”+“/”+Application.pyProductAlias+“/”+Param.CaseName+“/”+Param.ID




