Browse By Tags

  • Sage 300 People Api Fields not Recognized

    Hi Ive just started a project for a people integration but whenever im trying to create or edit employee data i get the error that fields are mandatory but i already supply those fields and make sure they are not empty, { "success": false, "businessRules…
  • Connecteur GE / Erreur d'activation du connecteur

    Bonjour, Lorsque nous essayons d'activer le connecteur GE dans Sage Génération Experts en entrant les différentes informations demandées (Code client, Numéro de facture, SIREN...). Il nous affiche l'erreur suivante Voici la trace de l'erreur …
  • Unauthorized error when trying to make a request sage api from my nodejs backend server

    I tried making a request to any sage api with the given api link with ip address from sage on my nodejs web server but i get unauthorized error. It works fine when I call the apis from the swagger docs provided to us by sage. What could be doing wrong…
  • Getting Tax Number must be blank error while updating a customer Sage Accounting

    Hi, Im triying to update Contacts using the API and Im getting the next error: "validation" : { "errors" : [ { "field" : "tax_number", "message" : "must be blank" }, { "field" : "tax_number", "message" : "Format must match '123456789XX1234 (15 characters…
  • 403 Error when trying to get/refresh access token

    Hi all, I'm having an issue getting/refreshing my access token with Sage. The issue is that when I run my code I get the following error: Error getting access token: 403 - Forbidden. I know that 403 errors are usually linked to a lack of permissions…
  • 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?
  • Error on API Sales order submission

    I get this message on submission of so far only two orders out of hundreds "The selected item is inactive and cannot be used for this process" I've checked the products are active and the account isn't on hold Supposedly a user was able to submit…
  • Sage 50 US API error: “Sage.Peachtree.CollectData.pdb not loaded”

    I am not sure if this is the right place to post this. I've already sent an email to Developer Support, but they replied and said they weren't the right people to contact. I'm just looking for some help, please direct me to the right place if this isn…
  • Unable to send Test email from Company Profile under Common Services.

    Please i need assistant on the Subject above.I have entered all emailing credentials in the Company Profile under Common services in Sage300 to send a test message.It fails ,when ever i tried.Please i need urgent help,kindly find below screenshot of the…
  • Sage 300 Web API Order Entry Error

    Hi all, I'm getting this error after I tried to Post Order Entry via sage 300 web api swagger in json format. the error message is : { "erro r": { "co de" : "InternalServerErro r", "mess age": { " lan g": "en -US", " val ue": "Internal Server E rror…
  • Update Inventory Worksheet via SDK

    Hi Guys, I am having an issue while updating Inventory Counts in SAGE300. I have created the Macro but it actually does not update the Quantity Counted in I/C Physical Inventory Quantities. Has someone successfully updated /C Physical Inventory…