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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -