Zum Hauptinhalt gehen

How to pass variable string in task URL with Form Design

Kommentare

2 Kommentare

  • Permanently deleted user

    Hi Charlie,

    I assume Map_BoardOrderSystem is a variable in your workflow? If so, this is the perfect use case of Runtime Modifications in Display Form.

    At the bottom of the DisplayForm activity (not the Design Form popup window), there should be a sequence called RuntimeModifications. Add an Assign activity there with:

    form.Find(Of ComboBoxFormItem)("ComboBox1").QueryServiceUrl = String.Format("{0}/{1}", Map_BoardOrderSystem, "7")

    Check the Display Form help page for more details on how to see how to set up and configure runtime modifications.

    0
  • Charlie Cheng

    It works, thank you very much for your help Paul!

    Charlie

     

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.