【发布时间】:2017-10-08 09:35:49
【问题描述】:
嘿,我想知道通过插件填充多行字段的方法是什么,我需要在多行字段中开始一个新行。 我的代码是:
foreach (Entity ent in allMyEnts.Entities)
{
//base_filesName is the multiple field need to be filled
//inside my loop
entityHoldsMultipleLineField.base_filesName =ent.base_name;
}
或者我应该创建一个数组并使用循环填充我的字段? 最好的方法是什么?
【问题讨论】:
标签: c# plugins dynamics-crm-2013