How to pass variable string in task URL with Form Design
Hi!
I tried to pass a variable for map service in task URL within Form Design (as per screen shot), but it did not work
If I entered url of map service, it worked.
Any tip to pass a variable for map service in task URL?
Very appreciated !
Charlie/customer/servlet/servlet.FileDownload?file=00P6000000em1ctEAA
-
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 -
It works, thank you very much for your help Paul!
Charlie
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare