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.
我可以在更新实体时更改/拦截事件吗?
例如,当我更新公司实体时?
这个想法是在实体更新后删除 BBDD 中的某些内容
您可以使用表脚本在插入记录、插入记录后、更新记录或删除记录时运行函数。
表格脚本使用 JavaScript,但可以访问服务器端功能(例如 FindRecord、SQL 语句等)。
因此,您可以将表脚本添加到实体中,以便在更新记录时通过 SQL 语句删除记录。
在不确切知道您要做什么的情况下,很难给您举个例子。
六点支持