Resolve Error: “You Do Not Have Permission to Edit This Transaction” When Print a Posting Transaction

Using a custom role, printing of a posting transaction such as Invoice in a closed period results in error above. Navigate to Setup > Users/Roles > Manage Roles Custom Role: Click Edit Click Permissions tab  Click Setup subtab Permission: Select Allow Non GL Changes Level: Select Full Click Add Click Save Navigate to Setup > Accounting > Manage Accounting Periods Click required Accounting Period Allow Non GL Changes: Enter Checkmark Click Save

Resolve the error “An unexpected SuiteScript error has occurred.” while working with workflow.

Scenario:If the error, ‘An unexpected SuiteScript error has occurred.’ is encountered when saving a record that has a workflow running on it, check the workflow for any Send Email action. When adding a Send Email action on a workflow, there should always be a condition to check for both sender’s and recipient’s email address availability.… Continue reading Resolve the error “An unexpected SuiteScript error has occurred.” while working with workflow.

How to resolve the Error: listen EADDRINUSE: address already in use 0.0.0.0:xxxx while fetching the theme.

Error: listen EADDRINUSE means the port you want to assign/bind to your application server is already in use. You can either assign another port to your application. This error can be resolved by running the command: Then use the existing token or create a new token to fetch the theme. If it’s not solved then the… Continue reading How to resolve the Error: listen EADDRINUSE: address already in use 0.0.0.0:xxxx while fetching the theme.

Resolve the error: ‘npm/gulp is not recognized as an internal or external command operable program or batch file’ while running npm and gulp commands through Visual Studio

To resolve the issue follow the steps: 1.Make sure that you have node installed on your computer 2.Copy the folder path of the nodeC:\Program Files\nodejs\ 3.Change settingsGo to Control Panel -> View advanced system settingsIn the Advanced tab -> click on Environment variables Under System variables, click on Path and then click on Edit as… Continue reading Resolve the error: ‘npm/gulp is not recognized as an internal or external command operable program or batch file’ while running npm and gulp commands through Visual Studio