You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the GeoForm to populate the Local Government Model - Address - SiteAddressPoint.
I have figured out how to generate the SITEADDID field so that it is a different entry than what is done on an ArcGIS Desktop edit session. I used the 'defaultValue' attribute like so:
"defaultValue": "GF" + new Date().getTime(),
Now I currently can "locked": true and stop the enduser from editing this field.
But what I would PREFER is for the end user to not even see this field AND have it still generate the custom field "GF" + new Date().getTime() for the SITEADDID field.
So... to sum it up...
I can either get the defaultValue I want or make the field visible:false but not both. Once a field turns invisible the defaultvalue stops working. Can this be corrected?
I have a STATUS field on my GeoForm.
I have set the defaultValue to 'Pending' and the visible to false.
The points I create have a STATUS of null.
I need the points to have a STATUS of 'Pending' like the defaultValue says.
If I set visible to true then the user can change the STATUS which I do not want.
Why does the visible setting basically nullify the fields value?
The text was updated successfully, but these errors were encountered: