Hello,
I am adding a selectlist in my web resource and then saving the data through JavaScript like this
entity.attributes['new_category'] = categoryValue;
where categoryValue = $("#category option:selected")[0].innerHTML . But when i am creating the entity like XrmServiceToolkit.Soap.Create(entity) it is throwing me and error
Can anyone suggest some way?
*This post is locked for comments