Hijust wondering if there is a programmatic way of adding or removing
the Default Binding value at runtime? This is the value that is showing
up on the Binding Tab of the Object Tab.thanks,John
... I was too quick to post the answer. One bug found:change: var
roleTypeCodeType = schema.xsd::simpleType.(@name =
'RoleTypeCodeType');to: var roleTypeCodeType =
schema.xsd::simpleType.(@name == 'RoleTypeCodeType');