I have AX 2012 CU3 installed, and trying to amend the SalesInvoice report (both Data and Design) using Visual Studio 2010.
It reads the new fields added to SalesInvoiceTmp table and I can put them onto the design,
I can even build and deploy successfully. BUT : when i run the SalesInvoice report it prompts an error:
"Parameter AgentAddress_TH" is missing value.
After investigating this issue, I realized that CU3 adds some customizations into SalesInvoice regarding TAX and Thai, and this particular parameter is used in a section in the report design.
I tried to make it Nullable, allow blank, hidden ... but no luck.
I didn't delete or hide any section or any textbox.
I can edit the same report on other RTM AX without any problems.
Is it a bug in CU3 that requires a hotfix or am I doing a mistake somewhere?
Any suggestions would be appreciated.