Safeurl is not working in iFrame
We are trying to trigger OOTB LogOff activity from js, when user log off from iFrame. In our scenario pega log off menu is hidden and activity "LogOff" trigger from log off event listener. var objSafeUrl = new SafeURL("@baseclass.LogOff"); pega.util.Connect.asyncRequest('GET',objSafeUrl.toURL(),''); Following exception throws from SafeURL. Exception details TypeError: Object doesn't support this action