c# - Dynamics CRM Online : Setting option set value with a plug-in -
i attempting create plug-in populate option set field value in string field on entity.
here's how think happen, don't know how approach it:
-plug-in fired, via create message;
-plug-in gets 'target' entity, , checks if string field populated;
-if string value same option set value's label, set option set field value on target entity;
-update target entity option set field populated.
i can accomplish steps, minus comparing string value existing option set values. i'm not sure how retrieve option set data search through it.
Comments
Post a Comment