ContributionsMost RecentMost LikesSolutionsRe: Adding new Custom Table Schema with MySQL Hi MadelCorvera, Development should definitely be done against MySQL databases in order to keep functionality as close as possible to production MYOB Acumatica instances. Can you confirm: What version of MySQL have you got installed? What version of MYOB Acumatica have you got installed? What screen(s) are you seeing the above behavior in? What error are you actually receiving and when? Please note: I can't offer full support via this channel, full assistance should be via your implementation/support partner's usual channels. Re: How to Create new table and a CRUD screen Hi amhernandeza You can find a few youtube tutorials online for that kind of question, but really if you want to create that kind of screen I recommend doing the full Acumatica developer training, it's available free at: https://www.acumatica.com/acumatica-developer-training/development/ Re: can someone assist , we are struggling to overwrite bom pricing that is set in exo via api Hi Peterdms , You've mentioned EXO, so I'm guessing you're an Exo Business customer? You'll be best off taking this to your implementation partner if so, as Exo is so customizable I can't promise a definitive explanation of how your system works. There are various pricing procedures and methods interacting in Exo, so you really need someone with knowledge of your exact environment to get a full answer. Re: Custom Form Allow Access to People User Licence Hi mauritz , Almost all licensing restrictions are defined by the namespace the report is sitting in. I'd generally try changing the ScreenID for the report to something closer to the Payroll Space, eg: MPXX1001 Where XX is standing in for your chosen development house ID. Re: Find my API Key / Secret Hi Apexwelding , JeremyF is correct, generally your software provider would get that for you. With that said, you can sign up as a Developer at the free tier if you want to generate your own API keys. Information here: https://developer.myob.com/developer-program-details/ Re: Help with POST Hi Mo_JM , I'm not from that part of the company, but incase it helps the specific part of the postman collection relating to this is here: https://accountrightapi.myob.cloud/?version=latest#148bd100-5918-46df-8656-2fbfa7b29cb8 The example there is: { "Number": "PSMN0001", "Date": "2018-09-02T00:00:00", "SupplierInvoiceNumber": null, "Customer": { "UID": "dde4659b-7bb3-4ef7-9312-c13b2fa02f58" }, "ShipToAddress": "Somewhere Over, The Rainbow", "Terms": { "PaymentIsDue": "DayOfMonthAfterEOM", "DiscountDate": 1, "BalanceDueDate": 30, "DiscountForEarlyPayment": 0, "MonthlyChargeForLatePayment": 0, "DiscountExpiryDate": "2018-03-01T00:00:00", "Discount": 0, "DueDate": "2018-03-30T00:00:00" }, "IsTaxInclusive": true, "IsReportable": false, "Lines": [ { "Type": "Transaction", "Description": "Postman Sample Update", "Account": { "UID": "ce84af88-225a-4e85-9674-8c269d78d6ca" }, "Total": -1200256, "Job": null, "TaxCode": { "UID": "56dd406b-0dcc-4110-bedf-b8a7f778450f" } } ], "Subtotal": -1200256, "Freight": 0, "FreightTaxCode": { "UID": "e4b03cbc-a1aa-4fe0-92a2-bc34530e1fc3" }, "TotalTax": -109114.18, "TotalAmount": -1200256, "Category": null, "Comment": "", "ShippingMethod": null, "PromisedDate": "2018-10-02T00:00:00", "JournalMemo": "Postman sample service", "BillDeliveryStatus": "Print", "AppliedToDate": 0, "BalanceDueAmount": -1200256, "Status": "Open", "LastPaymentDate": null, "Order": null, "ForeignCurrency": null } I would expect that you need to enter the following: TotalAmount Subtotal TotalTax BalanceDueAmount Status AppliedToDate At least 1 Line Re: My business is not showing Hi Ryan , This post appears to be about our MYOB Business product. As such I've moved which forum it's in so so other users will be able to find it and reply. Re: MYOB API Time Out issues Hi Innovent , Are you still having issues? Just looking at the time of your post, I believe you had issues before the general Cloudstrike incident that happened globally on Friday afternoon. Are you still seeing general problems, or did they clear up? Regards, Will H * I'm not from the right area of the business. If you need specific help please reach out to the API support team via https://apisupport.myob.com/hc/en-us/ Re: Posting Supplier to MYOB AccountRight Hi PolarBear1 , I'm not from AccountRight support, never used that section of our APIs, so please defer to anyone else who replies here. But my 2 questions I have for this scenario are: What endpoint is being queried? The screenshot doesn't show the actual request address. What headers were you specifying? I've seen similar errors from other APIs I deal with when I failed to specify the Content-Type header and my assumed formatting was rejected by the API providers defaults. Endpoint documentation for that API should be here: https://developer.myob.com/api/myob-business-api/v2/contact/supplier/ Postman collection for that API is here: https://developer.myob.com/api/myob-business-api/accountright-postman-collection/ API support home is here: https://apisupport.myob.com/hc/en-us Regards, Will H Enterprise Product Platform Liaison Exo API service restart may be required this morning. Hi all, After some scheduled maintenance some customers are reporting problems accessing the Exo API via the Cloud Relay service. If you are having problems with the Exo API this morning, please try restarting the EXOAPIProviderService on your server, this should restore full functionality.