码迷,mamicode.com
首页 > 其他好文 > 详细

Best Practices in development

时间:2019-04-23 09:22:21      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:ids   date   tab   develop   row   tables   data   other   str   

1. Before Business Rules should not update() or insert() records on other tables
To 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

Best Practices in development

标签:ids   date   tab   develop   row   tables   data   other   str   

原文地址:https://blog.51cto.com/13716461/2383023

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!