eForm Link in SharePoint

Comments

6 comments

  • Avatar
    Andreas Blersch

    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.

    0
    Comment actions Permalink
  • Avatar
    Darci Fluit

    What object do you configure to build a variable?

    0
    Comment actions Permalink
  • Avatar
    Andreas Blersch

    I created a new variable (string) in the data model named "ProcessLink" to store my builded string.

     

    0
    Comment actions Permalink
  • Avatar
    Darci Fluit


    I have used that but I'm getting an error when I click Finish. I have the form link but my global variable has the ?PID= include in the FormLinkPrefix.

    But I get the following error.

    0
    Comment actions Permalink
  • Avatar
    Darci Fluit

    I set mine up like you showed on yours. I took ?PID= out of the global variable and typed it into the process variable and it worked! Thanks for your help!

    0
    Comment actions Permalink
  • Avatar
    Leandro de Oliveira Fernandes

    Try use String.Concat

    0
    Comment actions Permalink

Please sign in to leave a comment.