Показать сообщение отдельно
Старый 14.02.2013, 10:52   #5  
user_ax is offline
user_ax
Участник
Аватар для user_ax
 
599 / 39 (3) +++
Регистрация: 07.10.2012
Адрес: ZP
Судя по комментарию из кода, это апи?

X++:
static void lookupAOTTables(FormStringControl _ctrl)
{
   // [url]http://msdn.microsoft.com/en-us/library/aa632599(v=ax.10).aspx[/url]
    // This table enables you to create, read, update, and delete X++ code and metadata.
 Ensure that the user has access to the Development Security Key (SysDevelopment) before calling this API.
    SysTableLookup              sysTableLookup = SysTableLookup::newParameters(tablenum(UtilidElements), _ctrl);