Показать сообщение отдельно
Старый 24.08.2018, 20:15   #1  
Blog bot is offline
Blog bot
Участник
 
25,475 / 846 (79) +++++++
Регистрация: 28.10.2006
d365technext: List of Tables Method X++
Источник: http://d365technext.blogspot.com/201...-method-x.html
==============





List of Tables Method X++





publicclass SLD_MethodList
{



publicstaticvoid main(Args _args)
{

SysDictMethod sysDictMethod;
SysDictTable sysDictTable;
Set dictMethod;
sysDictTable = newSysDictTable(tableName2Id('CustTable'));
dictMethod = sysDictTable.methods(true, true, true);


SetEnumerator enumerator = dictMethod.getEnumerator();


while (enumerator.moveNext())
{
sysDictMethod = enumerator.current();

info(sysDictMethod.name());
}


}
}



Источник: http://d365technext.blogspot.com/201...-method-x.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.