-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fields : Concantenate Live On GeoForm? #551
Comments
Updated GeoForm DEFAULT.JS File... Added some new attributes that are utilized in my customized MAIN.JS.
As you can see there is a new attribute "SUBSCRIPTION" that holds a new object type. The new object type holds a PUBLICATION, EDITORFIELDS (list) and a REQUIRED fields (list). The order these publications are placed in the SUBSCRIPTION list is important. The strictest REQUIRED fields need to be at the top of the list. Also the EDITORFIELDS order of entry needs to match the publication format... |
Here is the new MAIN.JS ` var NORTHING_OFFSET = 10000000.0; // (meters) return declare([], {
}); |
Hello, Is this to store address into attribute from search location map? Please kindly confirm. Thank you for your assistance. Alex |
So I'm using the GeoForm to allow our permitting department to INSTANTLY create new Addresses in order to assign Permits when an address isn't in our Site Address Points "Address GeoDatabase."
What this means is that I would LOVE to avoid user-input-errors by avoid duplicate entries.
We currently need users to input the following fields.
ADDRNUM (such as 175 in 175 E 2ND ST S)
PREADDRNUM (such as E in 175 E 2ND ST S)
STREETNAME (such as 2ND in 175 E 2ND ST S)
STREETTYPE (such as ST in 175 E 2ND ST S)
ADDRNUMSUF (such as S in 175 E 2ND ST S)
FULLNAME (such as E 2ND ST S in 175 E 2ND ST S)
FULLADDR (such as 175 E 2ND ST S in 175 E 2ND ST S)
So I'm hoping / wondering... Is there anyway to concantenate the FULLNAME and FULLADDR field based on the entries in the other fields?
The text was updated successfully, but these errors were encountered: