I am trying to run an updatable BAQ that has worked and now it won’t. Here are the errors I’m receiving:
Output mapping expression for “ttResult.APInvHed_InvoiceDate” field is invalid: The type 'Nullable<> is defined in an assembly that is not referenced. You must add a reference to assembly ‘netstandard. Version=2.0.0.0 Culture=neutral.PublicKeyToken=cc7b13ffcd2ddd51’.
Output mapping expression for “ttResult.APInvHed_DocInvoiceAmt” field is invalid: The type 'Decimal<> is defined in an assembly that is not referenced. You must add a reference to assembly ‘netstandard. Version=2.0.0.0 Culture=neutral.PublicKeyToken=cc7b13ffcd2ddd51’.
Output mapping expression for “ttResult.APInvHed_InvoiceBal” field is invalid: The type 'Decimal<> is defined in an assembly that is not referenced. You must add a reference to assembly ‘netstandard. Version=2.0.0.0 Culture=neutral.PublicKeyToken=cc7b13ffcd2ddd51’.
Any help is greatly appreciated.