I'm new to AX 2012 , i'm also new to programming. Please guide me, i just created form, with data source Ank_Salestable. Now i need to override init method :
void lookUpCustAccount()
{
if (Ank_SalestableType)
{
if (Ank_SalesOrderForm.lookupCustAccount())
{
Ank_Salestable_custAccount.setFocus();
Ank_Salestable_custAccount.lookup();
}
}
}
Now, i'm getting this error :
Variable Ank_SalestableType has not been declared
Any solution for this? Please help ASAP. Thanks
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (