Hi All,
I have tried to set default yes for batch processing in sysoperation framework but it's not effected.
.
public void new()
{
super();
this.parmClassName(classStr(AssetimportDataService));
this.parmMethodName(methodStr(AssetimportDataService, processOperation));
this.parmDialogCaption("Manual Asset Import");
this.batchInfo().parmBatchExecute(NoYes::yes);
this.parmExecutionMode(SysOperationExecutionMode::Asynchronous);
}
I have wrote code in controller class.
Anyone give any Idea about that