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.
我想在更改字段并且使用脚本触发器时运行脚本,我认为这是可能的。Bu我不知道该怎么做..有人可以帮忙吗?
编写你的脚本。
在编辑模式下,右键单击一个字段并选择“设置脚本触发器...”
如果您希望脚本在字段更改时运行,请单击“OnObjectModify”事件,然后选择您的脚本。
每当修改该字段时,您的脚本现在将运行。