Has anyone been able to create a generic URL that will bring all users directly to a form when they click the url?
I am trying to create a URL Link to a global request form that can be sent to users in an email. We have SSO set up for automatic login. The challenge I am running into is the formToken part of the url looks to be specific to the logged in user. The ‘changes apply to’ settings in the form is set up so only users reporting to the requester show up in the user picker.
If I use the below URL that was set for me, it works but not for anyone else. They get request could not be handled error page.
Changes apply to: | One user with the following attributes: users."Identity Source"='AD_MFT_Account' and users."Is Deleted"=0 and users."Is Terminated"=0 and users.Supervisor='${avform.requestor.Id}' |
I have been chasing this for years and finally took advice from my a reply on my post:
Create a button and choose select a form from list and choose one form:
Place the button somewhere so you can click on it.
Click on the button and copy the URL
https://yoursever/aveksa/main?ReqType=Dialog&PageID=RequestFormListWizard&Action=New&CRButton=651&includeTerminated=true
This can the be an HREF as in Go to Form