Hello,
I am trying to automate bank statement entries insertion into a Journal batch.
I configured a webservice to expose the page 39, testing with OData and SOAP gave this error : "Microsoft Dynamics NAV Data Services attempted to issue a client callback to run page 250 General Journal Template List as modal. Client callbacks are not supported on Microsoft Dynamics NAV Data Services." but after adding a filter including : Journal_Batch_Name and Journal_Template_Name, I was able to retrieve entries.
Now when trying to create a new object (either by ODATA or SOAP), I am getting the exact same error. "Microsoft Dynamics NAV Data Services attempted to issue a client callback to run page 250 General Journal Template List as modal. Client callbacks are not supported on Microsoft Dynamics NAV Data Services."
Does anyone has an idea of how to perform the task correctly? My understanding is that an interactive element is being used but there is no such event when using the interface. Additional information: I don't have the development granule.
I am trying to automate bank statement entries insertion into a Journal batch.
I configured a webservice to expose the page 39, testing with OData and SOAP gave this error : "Microsoft Dynamics NAV Data Services attempted to issue a client callback to run page 250 General Journal Template List as modal. Client callbacks are not supported on Microsoft Dynamics NAV Data Services." but after adding a filter including : Journal_Batch_Name and Journal_Template_Name, I was able to retrieve entries.
Now when trying to create a new object (either by ODATA or SOAP), I am getting the exact same error. "Microsoft Dynamics NAV Data Services attempted to issue a client callback to run page 250 General Journal Template List as modal. Client callbacks are not supported on Microsoft Dynamics NAV Data Services."
Does anyone has an idea of how to perform the task correctly? My understanding is that an interactive element is being used but there is no such event when using the interface. Additional information: I don't have the development granule.