Create a new branch in the project repository. Clone the remote repository to our local system. Switch from the main branch to the new branch Create a new project. Push the code from visual studio code to GitHub. Open a pull request. Merge the Pull request. Delete subbranch from remote repository. This article includes first… Continue reading Steps to push code from Visual Studio Code to GitHub – Part 1
Month: June 2023
Simplifying Project Management with Jira Dashboards
Jira is a useful project management tool that helps teams stay organized and achieve project success. One of its helpful features is Jira Dashboards, which provide a customizable view of project information. In this article, we will explore the importance of Jira Dashboards and how they can make project visualization easier and improve team collaboration.… Continue reading Simplifying Project Management with Jira Dashboards
No Expense Category shows when creating an Expense Report.
Make sure that the Subsidiary in the Expense Report is associated with an Expense Category. Add the expense report subsidiary to the expense category. Navigate to Setup > Accounting > Expense Categories Expense Category: Click Edit Subsidiary: Add Subsidiary (in the Expense report) Click Save
Writing and Communication Skills, including Journalism and Creative Writing
Writing and communication skills are essential in various aspects of life, including personal, professional, and academic domains. They encompass the ability to express thoughts, ideas, and information effectively and coherently through the written word. Two specific areas that highlight the importance of writing and communication skills are journalism and creative writing. Let’s explore each of… Continue reading Writing and Communication Skills, including Journalism and Creative Writing
Best practices for effective workload management
Workload management is crucial for maintaining employee well-being, productivity, and preventing burnout. Here are some strategies and best practices for effective workload management: Prioritize and Delegate: Help employees prioritize their tasks by identifying critical and time-sensitive assignments. Encourage them to focus on high-value activities that align with their roles and responsibilities. Delegate tasks to capable… Continue reading Best practices for effective workload management
Field change within 30 minutes(Saved Search)
CASE WHEN {systemnotes.date} >={now} – INTERVAL ’30’ MINUTE AND {systemnotes.field} = ‘Total Picked Quantity’ THEN ‘T’ ELSE ‘F’ ENDHere’s how the formula works: {systemnotes.date}: It represents the date and time of the system note entry.{now}: It refers to the current system date and time.INTERVAL ’30’ MINUTE: It represents an interval of 30 minutes.{systemnotes.field}: It specifies… Continue reading Field change within 30 minutes(Saved Search)
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.
Sublist Action Group
To add Sublist Action Group in workflow, Open the respective workflow, where sublist action group to be added. Double click on the respective state New window opens, click on New Sublist Group 4. Add required fields and condition if necessary. 5. Select “Items” from sublist under parameters tab and click Save 6. Again, double click… Continue reading Sublist Action Group
Throw Error while changing the IF ‘Mark Picked’ status
Solution SuiteScript 1.0 SuiteScript 2.0
Generate CSV File from a Search
Solution Below code defines how to generate a CSV file from a Search