how to resolve enumeration for RTC 3.x version multiselect attribute
![]()
In case of RTC 3.x the multiselect is created as string with enumeration as key in presentation.When trying to attribute value(server side extension), we are unable to resolve the enumeration.
In case of proper enumeration IWorkItemServer.resolveEnumeration(IAttribute, IProgressMonitor) would work however for a string type the above will throw assertion error. Is there a way to resolve enumeration of multiselect attribute. |
Accepted answer
One other answer
![]()
Thanks a lot for the help. Much appreciated. We have been stuck on this for a while. This has helped us progress :)
|