Attestation links in email notifications do not work for Angular WebPortal version

Environment: 1IM 9.1, Angular WebPortal

The links used  in mail notifications for attestations are generated by the scripts in VI_BuildAttestationLinks script, this script uses hardcoded url segments like "/page.axd?ContextID=VI_Attestation", this corresponds to the old web portal url structure, is there any option to make this work for clients using Angular WebPortal ?  

Example: 

Public Function VI_BuildAttestationLink_Pending( ByVal dbAttestationHelper As ISingleDbObject) As String
    Return String.Format("{0}/page.axd?ContextID=VI_Attestation", _
    QER_GetWebBaseURL())
End Function

Parents Reply Children
No Data