标签:ids date tab develop row tables data other str
1. Before Business Rules should not update() or insert() records on other tablesTo ensure data integrity, change this business rule to run "after".
2. Business Rules should not be defined on the Global [global] table (Global Business Rule)
Use a script include instead of a global business rule.
Read only in dictionary
Scripts should not contain hard-coded IDs
Server-side code should not use GlideRecord and getRowCount() to count records
标签:ids date tab develop row tables data other str
原文地址:https://blog.51cto.com/13716461/2383023