在SharePoint的Nintex中隐藏和显示Combobox基础另一个组合值

发布于 2025-02-06 23:21:33 字数 401 浏览 2 评论 0原文

我是SharePoint中的新人

,我有Combobox名称c_requestType带有value value1& Value2 和另一个ComboBox名称C_Guaranteetype在Nintex Workflow中

更改c_requestType c_guaranteetype应该被隐藏或显示

我在NET中找到它时,

if(c_requesttype.selected.value =“ value1”,true,false)

,并且不起作用,请找到一些脚本,但没有任何

帮助

Im new in Sharepoint

i have combobox name c_RequestType with value value1 & value2
and another combobox name c_GuaranteeType in nintex workflow

when changing value of c_RequestType the c_GuaranteeType should be hide or show

I found this in net

If(c_RequestType.Selected.Value = "value1", true, false)

and doesn't work find some script but nothing

thanx for your helping

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦旅人picnic 2025-02-13 23:21:33

我找到了我的代码thanx :))

form.GetControl("c_RequestType").GetValue() == "value1" && form.ViewMode() == false

I found the code thanx by me :))

form.GetControl("c_RequestType").GetValue() == "value1" && form.ViewMode() == false
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文