Requirement Ox Tools Global wants to set up an NPS survey within NetSuite. The customers will receive an email once in 90 days. The user will click on the number from 1 to 10 to add customer Feedback value. The reporting feature is also required. Solution We will create a script to execute daily and… Continue reading NPS Survey
Author: Anand T P
Proposal for Creating a field on Bills with link to any of the attached Documents
DeliverablesĀ Client needs a field on Bill that holds link for each attached documents of that bill Solution As a solution, we could create a new Field Attachment Links which is a Rich Text field. We could use a Saved search for setting Dynamic default value for that field. The saved search will list all… Continue reading Proposal for Creating a field on Bills with link to any of the attached Documents
To open the link in a saved search result in a new Tab
Scenario: Need to open the link in a new tab of the saved search result. Solution The links can be created using Formula(Text). We can specify the navigation using the <a> tag. You can add target=”_blank” along with the URL. This will make the link to be opened in a new tab when it is… Continue reading To open the link in a saved search result in a new Tab
Adding Freezing Header for Sales Orders
Scenario: Sales Orders have item sublist Table, which lists items in each SO. If the number of items becomes too large, we need to scroll the table down, which will also scrolls the table header too. Make this table header freeze and make other details scrollable. Solution: It needs a User Event script. In it’s… Continue reading Adding Freezing Header for Sales Orders
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
Adding Loading symbol while processing
Scenario: When some process is processing if you need to show any kind of loading symbol for representing the process may take some time. For this you need to add a loading symbol on the page Solution: For this you need to add a jQuery section with a HTML code block. The HTML code block… Continue reading Adding Loading symbol while processing
Rate Card Search
Scenario: Create a saved search for listing the rate card price of a specific billing class with a specific currency. Eg: if the billing class is ‘Consultant’ and the preferred currency is US Dollars, search result should be the corresponding currency value. Solution:
Scheduled Email For PM’s using MR script
Requirement: We need to send pending timesheet details to the corresponding project manager by end of the Day.We can use a scheduled script for the development and it will check the timesheet and send a list of pending timesheets to the corresponding project managers with necessary details such as Date,Timesheet details,Actual Hours,Employee name , timesheet… Continue reading Scheduled Email For PM’s using MR script