Edit job numbers withOUT using the Lists menu in AccountRight
Is there a way to edit or delete job numbers without using the dropdown [List --> Jobs] function? We have so many jobs (300,000+) that this page won't load. Wondering if they can be edited in the Purchases or Sales (or other) sections of MYOB. I've read that making the jobs inactive won't help with this either.10Views0likes1CommentBlock Browser Version of MYOB Accountright
We've encountered an issue where User permissions are not the same in the Desktop version of MYOB Accountright as they are in the Browser version. i.e. Enter a Bill is read only in Desktop, but same user can enter a bill in the Browser version. Is there a way to block a user from accessing the browser version of MYOB AccountRight?22Views0likes1CommentProblems with myaccount.myob.com can't choose account
Hi, I'm trying to log into myaccount.myob.com with our admin account to look at invoices and our billing details, but when I get this prompt on the screen, selecting either account and press "Go to my account" does nothing. The prompt just stares back at me. I have tried Edge, Chrome & Firefox, they all do the same thing. getting into my.moyb.com.au is fine, but only shows up the one account. Regards DamienSolved30Views0likes3CommentsEncountered a communication error (https://api.myob.com/accountright)
Hi, I am trying to fetch the accounts using my .NET application, built over the same version as MYOB SDK. When I hit the API I get "a communication error (https://api.myob.com/accountright)" like this How can I resolve this error and what should I do for that? Code: public ActionResult GetContacts() { try { var accessToken = HttpContext.Request.Headers["Authorization"].ToString().Replace("Bearer ", ""); var expiresIn = HttpContext.Request.Headers["ExpiresIn"]; var hasExpired = HttpContext.Request.Headers["HasExpired"]; var receivedTime = HttpContext.Request.Headers["ReceivedTime"]; var refreshToken = HttpContext.Request.Headers["RefreshToken"]; var scope = HttpContext.Request.Headers["Scope"]; var tokenType = HttpContext.Request.Headers["TokenType"]; var tokenValues = new TokenValues { AccessToken = accessToken, ExpiresIn = int.Parse(expiresIn), HasExpired = bool.Parse(hasExpired), ReceivedTime = DateTime.Parse(receivedTime), RefreshToken = refreshToken, Scope = scope, TokenType = tokenType }; var tokenValuesJson = JsonConvert.SerializeObject(tokenValues); var keystore = JsonConvert.DeserializeObject<SimpleOAuthKeyService>(tokenValuesJson); // Fetch a list of company files var cfService = new CompanyFileService(_configuration, null, keystore); var companyFiles = cfService.GetRange(); // Select a company file var companyFile = companyFiles.FirstOrDefault(x => new Version(x.ProductVersion) >= new Version("2013.3")); if (companyFile == null) { return HttpNotFound("No company file found that supports version 2 of the AccountRight API."); } // Fetch accounts for the selected company file var credentials = new CompanyFileCredentials("Administrator", ""); var accountService = new MYOB.AccountRight.SDK.Services.GeneralLedger.AccountService(_configuration, null, keystore); var accounts = accountService.GetRange(companyFile, null, credentials); return Ok(accounts); } catch (Exception ex) { Console.WriteLine("Error in GetContacts: " + ex.Message); Console.WriteLine("Stack trace: " + ex.StackTrace); return new HttpStatusCodeResult(500, "Internal Server Error: " + ex.Message); } }103Views0likes1CommentThe company file is currently backing up. You can sign on once the backup is complete.
Good Morning, I cannot log into my company file due to the following: The company file is currently backing up. You can sign on once the backup is complete. Please provide solution ASAP. I obviously need to access my file. Thanks.Solved35Views0likes3CommentsEmail bounce back - Sorry, email delivery was unsuccessful.
Experiencing some email delivery failures with sending to one particular vendor. Have checked SPF records etc and they are correct. The recipient has checked on their side it the message does not appear to be reaching the recipients servers. Can I check if the recipient address has been blocked on the MYOB side? (note: this address below is not the actual recipient address) Sorry, email delivery was unsuccessful. Subject: Remittance Advice Destination: accountsreceivable@acme.com.au Sent: June 24th 2024, 12:28:46 pm Message: Attached is your remittance. Diagnostic-Code: rejected36Views0likes3CommentsMYOB AccountRight Premier Perpetual Licence
I currently have a MYOB AccountRight Live Premier Perpetual Licence – 2099.9 subscription which I am considering cancelling. I am aware that I would need to make a backup of my files and save them as “local” files on my PC. I want to be assured, however, that if the subscription is cancelled and my files are saved as “local files”, that I will still have access to those files and the ability to change past transactions and record future transactions without live services?Solved128Views0likes2Comments