Geocortex.Forms.Client.Items Namespace For DatePicker
After reviewing the namespace items for display forms, I noticed that the datepicker does not have a .Token argument for the RunTimeModifications.
Are there any plans in the future that each form item will have the same arguments as others do?
Walter
-
Hi Walter,
The token property is only present on those form controls that could pull values from secured map services. In those cases, the workflow would send a query request to the ArcGIS map service, and this request would require a token in order for results to be returned to the form. This is a common way to populate comboboxes, autocompleteboxes, etc.
The datepicker is a standalone component that lets you choose a date from a calendar. There is no request to ArcGIS Server made, so supplying a token would have no effect. Each of the Display Form components can get the data that they display from a variety of sources, and so each form item only has the properties that are specific to the ways that it could pull in the data to be displayed in the form.
-Victoria
0
Please sign in to leave a comment.
Comments
1 comment