Hi All,
environment :Ax 2012 r2
When I try to put full compile on environment getting classDeclaration error on PFSPayProcessAction class
class PFSPayProcessAction extends RunBaseBatch
{
PFSPeriods period;
PFSPeriodId periodId;
PFSPeriodBatch periodBatch;
PFSPayRunNumber payRunNumber;
PFSPayrollActionType actionType;
DialogField dlgPeriodId;
DialogField dlgPayRunNumber;
PayFields.Services.PayrollEngine.Engine engine; -------------> erro on this line
PayFields.Framework.ICustomDataAccessLayer dataAccessLayer;
System.Collections.ArrayList log;
System.Collections.IEnumerator logEnumr;
container logData;
StartDateTime startDateTime;
EndDateTime endDateTime;
#AviFiles
#define.CurrentVersion(1)
#define.Version1(1)
#localmacro.CurrentList
periodId,
payRunNumber,
actionType
#endmacro
}
Error is : \Classes\PFSPayProcessAction\classDeclaration
Note: there no customization please help me to resolve this error.