Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 dominoViewValuePicker 来更新具有多个值的多个字段。我已经看到可以向一个字段添加多个值。是否可以从 dominoViewValuePicker 中选择一个文档,然后使用该文档中的多个值来更新 XPage 上的多个字段?
当然。只需设置 onChange 事件以刷新这些字段(最好它们都进入面板,以便您可以进行部分刷新而不是完全刷新)并计算值(来自 onChange 上的脚本或仅通过公式首先确定这些值)。
如果您确实为部分刷新设置了面板,请确保为面板提供一个 ID。默认情况下,面板没有指定 ID,也无法刷新。