AutoComplete text box can't use workflow variables?
Hello:
I'm trying to use results from the new GetMapServiceInfo function in the parameters for a form's Autocomplete Box. The problem is, after getting the map service and layerID I need, it seems that the Task URL parameter of the Autocomplete Box cannot use workflow variables. As a test, I set up a dummy string workflow variable with the fully completed task URL and it did not work. Fiddler shows that the variable was not utilized at runtime - the task was attempted with the string variable's name instead of its value.
Has anyone encountered this and found a workaround?
Thanks,
Nate
-
Hi Nathan,
Workflow variables cannot currently be used in Form Designer. This is the #1 requested feature for Forms and I'm happy to say that we are working on it. No timeline yet for release but it's coming.
Cheers,
Christian.
0 -
Okay - thanks for the info, Christian!
0 -
Hi Nathan
with the new runtime form modifications now available in 3.9 you can now modify the "Task Url" aka "QueryServiceUrl" at runtime using an Assign Activity in the RunTimeModifications section of the DisplayInputForm Activity
eg
form.Find(Of AutoCompleteBoxFormItem)("AutoCompleteBox1").QueryServiceUrl = "http://server/arcgis/rest/services/Core/Cadastral/MapServer/" & ozoneParcelSearchLyrId & "/query"
Regards
Ralph Price
0 -
Is there an update if the FORM Designer will still be modified to allow workflow variables or will the only option to be using the "runtime modifications" (which does work)?
Thanks,
Reily
0 -
Runtime modifications was the implementation that Christain was talking about back in 2012. The integrated help (press F1 on keyboard when the Forms activity is selected) will detail how to reference specific properties for the form, and make modifications.
Good luck!
Shawn.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
5 Kommentare