gpt4 book ai didi

javascript - 如何通过javascript在crm中的选择列表中保存数据

转载 作者:行者123 更新时间:2023-12-03 05:29:46 27 4
gpt4 key购买 nike

我在我的网络资源中添加一个选择列表,然后通过 JavaScript 保存数据,如下所示

entity.attributes['new_category'] = categoryValue;

地点

categoryValue = $("#category option:selected")[0].innerHTML

但是当我创建像这样的实体时

XrmServiceToolkit.Soap.Create(entity)

it is throwing me and error

最佳答案

当尝试使用 XrmServiceToolkit 分配选项集值时(new_category 看起来确实如此),您需要像这样分配值:

entity.attributes["new_category"] = { value: categoryValue, type: "OptionSetValue" };

关于javascript - 如何通过javascript在crm中的选择列表中保存数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40995406/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com