Показать сообщение отдельно
Старый 17.10.2012, 05:21   #4  
kaw is offline
kaw
Участник
 
122 / 35 (2) +++
Регистрация: 23.03.2004
Адрес: Новосибирск
Microsoft Dynamics AX X++ Security White Paper
Цитата:
New Best Practice Rules
The compiler records a best practices error if the following is used in X++:
• xRecord.setTmp()
• SysTableLookup.parmTmp
This is an intermediary dangerous class::method because it is passed a temporary table, and cannot validate whether RecordLevelSecurity was used when it populates the temporary table.