Показать сообщение отдельно
Старый 12.11.2021, 20:13   #1  
Blog bot is offline
Blog bot
Участник
 
25,646 / 848 (80) +++++++
Регистрация: 28.10.2006
d365technext: RecordInsertList Dynamics 365 Finance & Operations
Источник: https://d365technext.blogspot.com/20...5-finance.html
==============



RecordInsertList Dynamics 365 Finance & Operations







A shortcode example of how to can create records in a table very performant way using RecordInsertList. Who does not know RecordInsertList, can learn more about it here.

static void HowToUseRecordInsertList(Args _args)
{
DMOPerfTest DMOPerfTest;
RecordInsertList RecordInsertList;
Counter c;
FromTime fromTime = timeNow();

RecordInsertList = new RecordInsertList(tableNum(DMOPerfTest));

for (c=1;c
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору.