eForm Link in SharePoint
I would like to post a link to the eForm I created in AgilePoint. I have a variable set that holds the URL prefix. I have tried concatenating the URL Prefix with the ProcessID to create the link to the eForm but the ProcessID is not pulling through. It works when generating an email but it wont work to store and set a variable.
-
I do the same with data population.
In the process i build a variable: ${FormLinkPrefix}+"?PID="+${ProcessID}
Where FormLinkPrefix is a global shared variable with following link: https://server:port/ApplicationBuilder/eFormRender.html
And these variable i map with an sharepoint hyperlink field.
Please sign in to leave a comment.
Comments
6 comments