• Communication error

    Hello, A user has logged onto his PC and this message appears Any idea how to resolve it?
  • Handling error code of Ex11073Exception kept going in infinite loop

    Hi all, I wanted to bypass this error message with the code below, by referring to https://my.sage.co.uk/Sage200SDKDocs/html/DOC0078_Overview.html#ERRORS . But I only went into infinite loop if I click Yes, and stop the loop is I click No, but my…
  • Cannot find Transaction. This transaction type cannot be viewed here. Please go to Order Enquiries

    Hi, I was converting a Pro Forma to a sales order and I recevied an error message. I tried to continue but I kept getting this error. I closed Sage and reopened it and it say COMPLETED under document status saying its converted it but it didnt. …
  • Can't close a works order NULL value itemdbkey error

    Been puzzling over this for a couple of days now. We have a completed works order that cant be closed due to an error that comes up saying: Cannot update Field (itemDBKey) with a Null value as it is marked as not accepting 'Null' values. I did…
  • Problem with Action Recommended box in MRP

    I have one weird error on a PC that I have tried everything I can to fix. If the user goes into Planning and the MRP Recommendations List and tries to Action something, it brings up the Action Recommendations box in the task bar but its completely blank…
  • Contact Update via API "Nullable object must have a value."

    I get this 400 error when trying to update a customer_contact via the API. PUT /customer_contacts/xxxx { "first_name": "John", "last_name": "Doe", } [ "Nullable object must have a value." Any ideas?