Need to add the SuppressBPWarning for methods if not using any Parameters:
Example:
[FormDataSourceEventHandler(formDataSourceStr(EntAssetRequestTableCreate, TRGEntAssetRequestObjectTableView), FormDataSourceEventType::QueryExecuting),
SuppressBPWarning('BPParameterNotUsed', 'The parameter is not required in this context')]
public static void TRGEntAssetRequestObjectTableView_OnQueryExecuted(FormDataSource sender, FormDataSourceEventArgs e)
{
=====
[FormDataSourceEventHandler(formDataSourceStr(AccountingDistribution, AccountingDistribution), FormDataSourceEventType::Activated),
SuppressBPWarning('BPParameterNotUsed', 'Parameter required by the event interface')]
No comments:
Post a Comment
Give me the commetns and solutions