|
|
#6 |
|
Участник
|
Вобщем да, но в руководстве разработчика сказано что этим процессом можно управлять:
You may want to code other methods on reports or forms, and still have the rules of RLS applied. Or, within the RLS-scoped methods listed in the previous section, you might want the scoped RLS to be disabled on selected queries. To have this functionality, a method on a table buffer is available, recordLevelSecurity, to overrule default behavior. Within scoped RLS, you simply "sign-up" for RLS coverage using: SalesLine.recordLevelSecurity(true); And in RLS covered X++ code, you may “sign-up” for an exemption from the rule by using: SalesLine.recordLevelSecurity(false); |
|
|
|
|
Похожие темы
|
||||
| Тема | Ответов | |||
| Отчет и временная таблица | 2 | |||
| Временная таблица | 21 | |||
| производительность: map или временная таблица | 5 | |||
| select sum(amount) from временная таблица | 6 | |||
| next и временная таблица | 3 | |||
|