Hi all,
I am trying to create a multi select text box based on the code on this page: http://msdynamicscrm4all.blogspot.in/2011/12/how-create-multi-select-option-set-in.html
I have created the option set which is called wis_health and the multi line text box called wis_healthmulti
I am unsure what to change on the code. Can anyone advise what I need to put in for each value?
For example, should my values be for
- var_new_optionset
- var_new_optionsetvalue
- OS
- OSV
// var_new_optionset >> Provide schema-name for Option Set field
// var_new_optionsetvalue >> Provide schema-name for field which will store the multi selected values for Option Set
// OS >> Provide Option Set field object
// OSV >> Provide text field object which will store the multi selected values for Option Set
*This post is locked for comments
I have the same question (0)