Resource Allocation Errors Due to Work Calendar Mismatch

Users may occasionally encounter the following error when attempting to allocate resources to a project task: AT_LEAST_ONE_EMPLOYEE_ASSIGNED_TO_TASK_1_HAS_NO_WORKING_HOURS_BETWEEN_THE_START_DATE_2_AND_END_DATE_3 Understanding the Error This error typically indicates that at least one employee assigned to a project task does not have any working hours during the specified task period. In essence, NetSuite is unable to allocate the employee to… Continue reading Resource Allocation Errors Due to Work Calendar Mismatch

Unable to Save Project Task in Aqualis Braemar-UAE-NS

Problem: When saving a project task in Aqualis Braemar-UAE-NS, the following alert appears, preventing the record from being saved: “Record Not Saved – You cannot add Adrian Torry to this project task. Adrian Torry is not a resource for this project.” This alert occurs because the employee mentioned in the error message is not linked… Continue reading Unable to Save Project Task in Aqualis Braemar-UAE-NS

Proposal for Automated Creation of Inventory Adjustments

This proposal covers the scope of the automated creation of inventory adjustments to ProScope locations when Project task/milestone status is marked as Completed by the user. This proposal also covers the engagement scope of Jobin and Jismi It Services LLP, as the official implementation partner Of Oracle NetSuite.   Submitted To   L+O Technologies Submitted By   Rijo… Continue reading Proposal for Automated Creation of Inventory Adjustments

How to create a Project Task record through Suitescript

We can use a ‘Project Task’ record to track the progress of tasks, assign them to employees, and manage them through approval by supervisors/managers.These can be created via Suitescript as well. For this use the ‘N/record’ module and record.create() functionThe required fields for creating a ‘Project Task’ are:company: This is a ‘Project Name’ type field… Continue reading How to create a Project Task record through Suitescript

Assigning new resources directly to Project Task

Usually if you want to add a resource to a project task, that resource should first added to project. Then only you can add them in to the project task. But you can add resources directly to a project task. For that the project record, which has the corresponding project task, there will be a… Continue reading Assigning new resources directly to Project Task

Suitelet Page For Resource Allocation

Scenario: We need to create a suitelet page for resource allocation. The suitelet page should contain similar pages like the same. The Body fields should contain, Project Name. Common project fields. The sublist structure should same as the below image. Solution We can use a client script for the validation and another suitelet for background… Continue reading Suitelet Page For Resource Allocation