Javacsript Entry file Router File View File Suite Script JJ.MyaccountNav.MyaccountNav.js file Service Controller file Change in manifest file entri point as service controller Create a custom record in the NetSuite with fields belowNameCommentsDate of birthPhone numberEmail Go to Customization > Lists, Records, & Fields > Entity Fields.
Month: February 2022
Distro file in SCA
Location of Distro file based on SCA version In 2020.1 release and later >> the file is located within the SC_xxx/Advanced directory within your root source directory. For example: SC_20.1/Advanced 2019.2 >> the file is located within the *_Live/Advanced/ directory within your root source directory. For example: SC_19.2_Live/Advanced/ 2019.1 and earlier >> this file is… Continue reading Distro file in SCA
File Upload Button Customization
Sometimes, there may face some issues with the default ‘Choose file‘ button structure. It may affect our page responsiveness, button functionality.. etc. So, in these situations, we need quick button customization. Below giving one of the simple and easiest file upload button customization. After uploading the file, If you wish to automatically change the button… Continue reading File Upload Button Customization
Test cases for blog section
Change the submit payment button based on the payment in magento2
We don’t have any default method to change the payment button name based on the payment method. So we need to use a custom method for the same.For that, we could use the JS function to change the payment method name based on the payment method name selection.Magento_Checkout/web/js/view/payment/default.js On the selectPaymentMethod default function we have… Continue reading Change the submit payment button based on the payment in magento2
Resolve Lease Asset Modification Error: “The Transaction Date You Specified Is Not Within the Date Range of Your Accounting Period”
Scenario User modified a Lease Record dated on a closed period but Lease Modification’s effectivity date is on an open period. When they click Modify Lease Record Button, User gets the error: “The transaction date you specified is not within the date range of your accounting period”. Solution Open the Closed Period Navigate to Setup > Accounting > Manage… Continue reading Resolve Lease Asset Modification Error: “The Transaction Date You Specified Is Not Within the Date Range of Your Accounting Period”
How to copy the configuration record
We can copy the configuration record of a domain for another domain with all fields and field values Navigate to Customization> List, Records & Fields> Record Types. Select the List under SC.Configuartion. Click Edit on the corresponding domain under CONFIGURATION ID. Copy the text in the field of CONFIGURATION JSON and copy to the same field of… Continue reading How to copy the configuration record
Scheduled Email through Saved Search
Scheduled email serves a regular update on the saved search results. Saved search results mailed according to the scheduled and also gives alerts when there is any add or update. it can be sent from search owners email address, or default address as company preferred. and also we can customize the content on the message… Continue reading Scheduled Email through Saved Search
The Top-Level Extension Development Directory
File/Folder Description DeployDistribution/ Created the first time you run the gulp extension:deploy command, this directory containsall of the files associated with the compiled application. After compilation, Gulp.js deploys thecontents of this directory to your NetSuite file cabinet. Do not manually edit the files in this directory gulp/ Created when you extract the extension developer tools,… Continue reading The Top-Level Extension Development Directory
Update the header section login name length using extension.
To update the header section login name length,extend the corresponding view file.And update the corresponding template file.A sample code is given below.