Proposal For Integration between NetSuite and Do It Best Data Exchange
Month: September 2023
Proposal For Automate CSV Import for RF Smart Bin Enhancement
Proposal For Automate CSV Import for RF Smart Bin Enhancement
SCA: Save Set up Web Site Record > Resolve Unexpected error
Applies To NetSuite 2018.2 and later Bundle: SuiteCommerce Advanced 2018.2. – Bundle ID 244699 SC Item Badges – bundle ID 251246 Scenario Users may receive an unexpected error when attempting to save Set Up Web Site Record after installing SC Item Badges bundle. To resolve this please see the below steps. Solution 1. Navigate to Commerce > Websites > Website… Continue reading SCA: Save Set up Web Site Record > Resolve Unexpected error
Business Requirement Document (East Electronics)
REQUIREMENT DOCUMENT FOR MynTahl Corporation DBA East Electronics The document provides an overview of the successful implementation of subsidiary in NetSuite for MynTahl Corporation DBA East Electronics. Additionally, it details the involvement and responsibilities of Jobin and Jismi IT Services LLP, who serve as official implementation partners for Oracle NetSuite. Submitted To MynTahl Corporation… Continue reading Business Requirement Document (East Electronics)
Level of Permissions to Email Transactions
Level of Permissions to email transactions
How to add extra field in the register page on SCA
Here we are adding the Province, Phone number Current Suppliers field on the Register page in SCA For this we need to create the custom field in NetSuite by Go to Customization > Lists, Records, & Fields > Entity Fields. On the Custom Entity Fields page, each custom field is listed, with columns providing detailed information… Continue reading How to add extra field in the register page on SCA
Testcases JSTN-1655FRD_COGFS_TB Import Customization
Editing Causes Used Custom Form to Revert to Preferred Custom Form
Scenario A user created a Purchase Requisition by using a custom form and saved it. However, when editing the same Purchase Requisition the used custom form is automatically changed to the Preferred Custom Form. The Purchase Requisition record is a Custom record Solution Navigate to Customization> Forms> Entry Forms Select the custom form and edit… Continue reading Editing Causes Used Custom Form to Revert to Preferred Custom Form
CSS selector in selenium automation
In Selenium automation, a CSS selector is a method used to locate and interact with web elements on a webpage. CSS selectors are powerful and flexible for identifying elements based on their attributes or hierarchy within the HTML structure. Here’s how you can use CSS selectors in Selenium: By CSS Selector: You can use the… Continue reading CSS selector in selenium automation
if ‘?has_content’ tag in markup language failed
if ‘?has_content’ tag in markup language failed when printing advanced pdf template use ‘?string?has_content’ eg: <#if record.custbody_total_plus_withholding?string?has_content> ${record.custbody_total_plus_withholding@label} ${record.custbody_total_plus_withholding}</#if>