Error In Template

When saving an Advanced PDF Template, user receives an error “The template cannot be saved due to the following errors: Error-left-hand operand: Expected a number, but this has evaluated to a hash+string” despite the fields having the correct formatting. Expected a number, but this has evaluated to a hash+string Solution: Just declare the variable and… Continue reading Error In Template

BAD REQUEST

{“type”:”error.SuiteScriptError”,”name”:”400_BAD_REQUEST”, SOLUTION The 400 (Bad Request) status code indicates that the server cannot or will not process the request because the received syntax is invalid, nonsensical, or exceeds some limitation on what the server is willing to process. If the server is programmed with a file size limit, then you might encounter a 400 error. {“fulfillment”: {“location_id”:60986949890,”tracking_number”:null,”line_items”:[    {        “id”:”11751945470210″,”quantity”:2   } ]         }} How… Continue reading BAD REQUEST