Show alert if the value in field exceeds character limit using workflow
Month: August 2023
Talent Acquisition Strategies
Talent acquisition refers to the process of identifying, attracting, and hiring the right candidates to fill job positions within an organization. It is a critical function of Human Resources that directly impacts the organization’s success and growth. Effective talent acquisition strategies help businesses build a skilled and diverse workforce that aligns with their goals and… Continue reading Talent Acquisition Strategies
Suitelet script to capture the image
Created an external suitelet page that can be navigated from the WMS app. In the suitelet page, we can create an element that opens the camera and capture the image. The captured image can be sent to the NetSuite file cabinet. We can achieve this with the help of an HTML page and attached the… Continue reading Suitelet script to capture the image
Workflow action in Purchase Requisition approval
A new action can be applied in the workflow for approving purchase requisition inorder to fetch the department name automatically while choosing the employee. This is done by using action ‘Set Field Value’ as shown below. Trigger On : After Field edit Triggering Client Field : Employee
How to edit the details of a new custom field in a custom record
Steps 1.Open the custom record by navigating to Customization > List, Record, Field > Record Types. 2.Then on the custom record page, select and open the field in which the changes to be made. Then we can make necessary customizations in the custom field.
E-Document Standard Field is Missing in Customer Record in E-Document Tab
When Electronic Invoicing (Bundle ID: 116076) was installed, the user cannot see E-Document standard fields in Custom Forms even if it switched to Standard Form. Solution The installation of the bundle does not automatically expose the E-Document standard fields, but the following should be done. Navigate to Customization > Forms > Entry Forms Locate the Custom Customer Form being used > Click Edit Under Fields tab > E-Document subtab Mark Show for E-Document Standard Click Save
Add the Suitelet page as a popup on the button click
All the functions for opening the suitelet page are the same as the normal procedure. In the client script instead of using window.open use the below snippet. function testFunction(obj) { return (window.newPopUp = nlExtOpenWindow(obj.pathUrl, obj.name, obj.width, obj.height, {}));}
Send a report CSV to Google Cloud Storage using API
To send a CSV data to Google Cloud Storage, we require A JWT token generated using the client credentials JWT token library script is added below Below code defines generating JWT token using library script
Run flows in succession
If you want a flow to run immediately after another flow is complete, open the flow that you want to trigger the next flow and click the Settings button in the upper right corner. From the Settings panel, select the flow you want to run next from the Next integration flow list.
Resolve Error: “An Unexpected Error Has Occurred…” During Bundle Installation
Scenario When user tried to install a bundle, they encounter an error upon clicking Install button. Solution One possible reason is that a Custom Form component has a custom email template. To remove the error, Default Email Template needs to be selected for Email Message Template field. Assigning an Email Template to a Transaction Type You can select which transaction email… Continue reading Resolve Error: “An Unexpected Error Has Occurred…” During Bundle Installation