Select to view content in your preferred language

Identify widget 3.0 does not return all fields in the record

773
2
02-01-2013 12:46 PM
JayDira
Emerging Contributor
Hello,

When I use the Identify widget 3.0 on a  parcel I only get a few fields populated. But I know for sure that all the fields are populated in our parcel data.
The only fields that are returning data is: APN, Owner, Address, Zip, Pool, and AC
Included is a screen shot of the identify results.
Included is my current code.


Any help will be appreciated. Thanks,



  <layer>
   <name>Parcels</name>
   <fields>
    <field name="APN" alias="APN" />
    <field name="OWNER" alias="OWNER"/>
    <field name="ADDRESS" alias="ADDRESS" />
    <field name="CITY" alias="CITY" />
    <field name="ZIP" alias="ZIP" />
    <field name="PLAT_MAPS" alias="PLAT MAPS" />
    <field name="LIVINGSQFT" alias="LIVING SQFT" />
    <field name="LOTSQFT" alias="LOT SQFT" />
    <field name="LOTACRES" alias="LOT ACRES" />
    <field name="YEARBUILT" alias="YEAR BUILT" />
    <field name="BEDROOMS" alias="BED ROOMS" />
    <field name="FULLBATH" alias="FULL BATH" />
    <field name="POOL" alias="POOL"/>
    <field name="AC" alias="AC" />
    <field name="TOTEXAMT" alias="ESTIMATED AMOUNT" />
    <field name="TOTVAL" alias="TOTAL VALUE" />
    <field name="IMPVAL" alias="IMPROVEMENT VALUE"/>
    <field name="LANDVAL" alias="LAND VALUE" />
    <field name="DOCNUM" alias="DOC NUMBER" />
    <field name="SALEDATE" alias="SALE DATE" />
    <field name="SALEAMOUNT" alias="SALE AMOUNT" />
    <field name="PRIORDOCN" alias="PRIOR DOC NUMBER" />
    <field name="PRIORDATE" alias="PRIOR REC DATE" />
    <field name="PRIORSALEA" alias="PRIOR SALE AMOUNT" />
    <field name="TAXRATE" alias="TAX RATE" />
    <field name="TRANSDOC" alias="TRANSFER DOC NUM" />
    <field name="TRANSRECDT" alias="RECOR DATE" />
    <field name="USECODE " alias="USE CODE" />
    <field name="USEDESC" alias="USE CODE DESC" />
    <field name="LEGALDESC" alias="DESCRIPTION" />

   </fields>
   <links>
    <link includeinresults="false" field="PLAT_MAPS" alias="PLAT MAPS" tooltip="PLAT MAPS">
     <linkprefix></linkprefix>
     <linksuffix></linksuffix>
     <iconfield></iconfield>
     <iconprefix></iconprefix>
     <iconsuffix>C:\inetpub\wwwroot\fv3\assets\images\i_about.png</iconsuffix>
    </link>
   </links>
   <zoomscale>12000</zoomscale>
   <forcescale>true</forcescale>
  </layer>


Also does this format work still:

<layer>
   <name>Parcels</name>
   <fields>APN,OWNER,ADDRESS,CITY,ZIP,PLAT MAPS, LIVING SQFT, LOT SQFT, LOT ACRES, YEAR BUILT, BED ROOMS, FULL BATH, POOL, AC, ESTIMATE AMOUNT, TOTAL VALUE, IMPROVEMENT VALUE, LAND VALUE, DOC NUMBER, SALE DATE, SALE AMOUNT, PRIOR DOC NUMBER, PRIOR REC DATE, PRIOR SALE AMOUNT, TAX RATE, TRANSFER DOC NUM, RECOR DATE, USE CODE, USE CODE DESC, DESCRIPTION</fields>
   <linkfield>PLAT MAPS</linkfield>
   <linkprefix></linkprefix>
   <linksuffix></linksuffix>
   <iconfield></iconfield>
   <iconprefix></iconprefix>
   <iconsuffix></iconsuffix>
   <zoomscale>12000</zoomscale>
   <forcescale>true</forcescale>
  </layer>
Tags (2)
0 Kudos
2 Replies
ronaldmcfarlane
Regular Contributor
Usually when I don't see my identify fields populated it is because the field names are incorrect.  Are you using the exact name for the fields as identified in the layer's rest service or are you using the alias name?  The Identify tool requires the Rest service Exact name for the layer name, but the Alias name for the field name.  Also you are showing your post as answered, by you (might get more interest if shown as a question).
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
All,

   If you upgrade to the 3.1.2 version field alias names and the exact layer name as it appears in the RSET Service directory has been removed. The widget is now much more user friendly to configure.
0 Kudos