简体   繁体   English

为什么我无法在CRM 2015的Field Level Security中编辑“ openrevenue”和“ opendeals”的特权?

[英]Why am I not able to edit the privileges for 'openrevenue' and 'opendeals' in Field Level Security in CRM 2015?

opendeals and openrevenue are the two OOB fields on Account in CRM 2015 Online. opendeals和openrevenue是CRM 2015 Online中“帐户”上的两个OOB字段。 Field level security is turned on by default for these fields. 默认情况下,这些字段的字段级别安全性处于打开状态。

However, I'm not able to edit Update and Create privileges on these fields in Field Level Security. 但是,我无法在“字段级安全性”中的这些字段上编辑“更新”和“创建”权限。 The drop-down to assign the right privilege is deactivated? 分配权限的下拉菜单被停用?

Is this a known issue or is it supposed to be this way? 这是一个已知问题还是应该这样?

That's because they are rollup fields (MSDN ref) , which are handled by the system itself. 这是因为它们是汇总字段(MSDN ref) ,由系统本身处理。

Rollup attributes 汇总属性

Because rollup attributes persist in the database, they can be used for filtering or sorting just like regular attributes. 由于汇总属性保留在数据库中,因此可以像常规属性一样将其用于过滤或排序。 Any kind of process or plug-in will use the most recently calculated value of the attribute. 任何类型的进程或插件都将使用该属性的最新计算值。 Rollup attribute values are calculated asynchronously by scheduled system jobs . 汇总属性值是由计划的系统作业异步计算的 Administrators set when a job is run or pause the job. 管理员设置运行作业或暂停作业的时间。 By default, each attribute is updated hourly. 默认情况下,每个属性每小时更新一次。

When a rollup attribute is created or updated a Mass Calculated Rollup Fields job is scheduled to run in 12 hours. 创建或更新汇总属性时,计划在12个小时内运行“质量计算汇总字段”作业。 The 12-hour delay is intended to perform this resource intensive operation during a time that will affect users the least. 延迟12小时的目的是在对用户影响最小的时间内执行此资源密集型操作。 After the job completes, the next time it is scheduled to run will be 10 years in the future. 作业完成后,下一次计划运行将是未来10年。 If there is a problem with the calculation, this will be reported with the system job. 如果计算有问题,它将与系统作业一起报告。

Locate the system job in Settings > System Jobs to find any errors with rollup fields. 在“设置”>“系统作业”中找到系统作业,以查找包含汇总字段的任何错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM