Reading Debtor Notes
Hi Guys,
Could you provide a brief sample of how read the notes of the debtor object, I am able to load the debtor and even delivery addresses with code like
JiwaFinancials.Jiwa.JiwaDebtors.Debtor debtor = JIMSServer.WebApiApplication.ERP.ERPManager.BusinessLogicFactory.CreateBusinessLogic<JiwaFinancials.Jiwa.JiwaDebtors.Debtor>(null);
debtor.Read(DebtorID);
debtor.DeliveryAddresses.Read();
but when I try and do the same for Notes I get a null reference on the Notes collection itself.
Thanks
Could you provide a brief sample of how read the notes of the debtor object, I am able to load the debtor and even delivery addresses with code like
JiwaFinancials.Jiwa.JiwaDebtors.Debtor debtor = JIMSServer.WebApiApplication.ERP.ERPManager.BusinessLogicFactory.CreateBusinessLogic<JiwaFinancials.Jiwa.JiwaDebtors.Debtor>(null);
debtor.Read(DebtorID);
debtor.DeliveryAddresses.Read();
but when I try and do the same for Notes I get a null reference on the Notes collection itself.
Thanks