Issue:
The 'PurchPurchaseOrderDS_MiscText' parameter is missing a value in ax 2012 after making some changes to dataset of report

Resolution:
Update the properties for the parameter in VS by setting Nullable = True and Blank = True.
The 'PurchPurchaseOrderDS_MiscText' parameter is missing a value in ax 2012 after making some changes to dataset of report
Resolution:
Update the properties for the parameter in VS by setting Nullable = True and Blank = True.
Even after doing this, i get the same error.. Any updates?
ReplyDeleteRename all the parameters.
ReplyDeleteDeploy report.
Again rename and deploy.
Ex: Rename PurchPurchaseOrderDS_Location to PurchPurchaseOrderDS_Location1. Deploy it. Again change it to PurchPurchaseOrderDS_Location. Again deploy it.
It will be done.