Hi guys,
Long before we have created a service in ax 2012 r2,but we just dont remeber the name of the service but we do remeber the class name which is usedd for the service.Toget the name of the service I tried the following code in the job.
static void Job118(Args _args)
{
AxdWizardParameters axdWizardParameters;
axdWizardParameters = new AxdWizardParameters();
axdWizardParameters = AifServiceClassGenerator::getServiceParameters(classStr(AXPCustomerServiceDemo));
print axdWizardParameters.parmName();
pause;
//info(axdWizardParameters.parmAifServiceClassName());
//info(axdWizardParameters.parmAifEntityClassName());
//info(axdWizardParameters.parmName());
//info(axdWizardParameters.parmQueryName());
}
But i am getting the error that
axdwizardparamters are not initailized.
I searched in the Net,but i couldn't find anything.
Please advise on this,
Regards,
AXTechie 2120
*This post is locked for comments
I have the same question (0)