Esri / local-government-desktop-addins

A series of ArcGIS Desktop Add-ins used in the ArcGIS for Local Government editing maps.
Apache License 2.0
61 stars 57 forks source link

Leverage comments to add text to prompt #280

Closed MikeMillerGIS closed 5 years ago

MikeMillerGIS commented 6 years ago

A few of my rules for Road Centerlines use the INTERSECTING_FEATURE value method with the optional SP (start of the line dialog) and EP (end of the line dialog) methods to present the user with a selection dialog so they can choose the intersecting feature for the attribute value. The dialog box itself does not have much information about what the user should be choosing.

As a suggestion, would it be possible to leverage the Comments field in the DynamicValue table to populate a dialog when a selection has to be made? Can you point me to more information on how to configure the pop-up dialog boxes for selections?

MikeMillerGIS commented 6 years ago

https://community.esri.com/message/769237-re-if-you-re-using-the-attribute-assistant-we-need-your-help?commentID=769237&et=watches.email.thread#comment-768960

MikeMillerGIS commented 6 years ago

Added comments to dialog: image

To leverage this, you need to opt in through the config file

   <!--Option to expose commented on AA prompts.-->
    <add key="ShowCommentsOnPrompt" value="True"/>
  </appSettings>