23 April 2019

Data entities initialize the value in D365

public void mapEntityToDataSource(DataEntityRuntimeContext _entityCtx, DataEntityDataSourceRuntimeContext _dataSourceCtx)
    {
InventJournalTrans journalTrans = _dataSourceCtx.getBuffer();
journalTrans.field = "Value";

1 comment:

Give me the commetns and solutions

AXmodel file import in D365 F&O

 ModelUtil.exe -import -metadatastorepath=k:\aosservice\packageslocaldirectory -file=C:\Temp\DEST.axmodel