I am getting the below error when I try to deploy my custom report with custom business logic. I have created a a new data method (DrillThroughVendor) to KMAnswersByQuestionnaire report business logic. When I try to use the data method to drillthrough to Vendor Account number on report design. and I have tried the same datamethod with a completely new business logic class. I am getting the error in both cases when I modify standard BL class or completely new business logic class.
I tried full CIL but still the error persists.
The ActionInfo.Action.Hyperlink expression for the text box ‘vendAccountNum’ contains an error: [BC30456] 'DrillThroughVendor' is not a member of 'KMAnswersByQuestionnaire_Custom'.
I am able to deploy out of box reports and business logic. I am getting similar error when I try from AX client AOT.