Another Combobox Property Question

I'm stuck again...

OK I've got the combobox to filter out according to another comboboxs property and it works great....

However when the user goes to edit the feature again I cannot set the value of the operation combobox to the value of a feature property.....

I have this set at the moment Operation: CadPrimary, Property: TenureTypeFilter, I have an editing key of value type featureProperty with a value of "cadPrimary:TENURE_TYPE", which I would have thought upon editing a cadPrimary feature it would set the Operation combobox to the TENURE_TYPE of the feature and therefore set in motion the various criteria I've set for the the LMSID_LINK as it does when placing or after selecting it from the TenureTypeFilter combobox list (I simply want it to happen automatically as the user edits the feature.....)?

 

Cheers

 

Adam J

 

Parents Reply Children
  • I haven't been able to get back onto the administration side of Bentley Map.

    Perhaps this is a clearer question...

    Upon editing a feature can you set an Operation property to a Feature Properties value?

  • Hello Adam,

    There are a few examples of setting an Operation property to a Feature Property value (or based on the feature property value) after editing the feature property value in geo_example schema delivered with Bentley Map.

    1. WorkId feature’s "Step" & "Substep" properties each use a "SynchItem" type watcher to update the "Workid" operation property value to the concatenation of the "Step" & "Substep" feature property values.
    2. RoadLabel feature’s “RoadLabelType” property uses a SynchItem watcher to set the “LabelText” operation property based on a “Match Value” to match the feature property value to the Match Value before the watcher is executed.
    3. GasValve feature’s “Type” property uses two “ForeignListLookup” type watchers to update two different operation properties to values from a foreign domainlist (not the “Type” feature property’s domainlist).
    4. In the attached example, the Pole feature’s “Type” property uses a "CurrentListLookup" type watcher to update the “Cost” operation property value to the value in the 3rd column in the current row of the “Type” feature property’s domainlist.

    Regards,

    Chris


    This is a test

    setOpPropByFeatWatcher.zip