
Que#1: How to add button control and call back function when user click in the General tab as picture above?
Que#2: How to check whether the "Batch Processing" is checked or not in the code in SysEntryPointAttribute function

[SysEntryPointAttribute]
public void saleAndMargin(HPGExportToCSVServiceContract _hpgExportToCSVServiceContract)
{
// Check whether is it run via Batch or manually
}
Que#3: Is there any way to check whether it is run via Batch Processing or not in the function call in [SysEntryPointAttribute] function
*This post is locked for comments
I have the same question (0)