When customer fill the review form and submite , the customer will get email for the review for the email the customer have registered use the below js and suitescript Javascript : suitescript
Author: S Hemanth Sai
jQuery DatePicker with today as maxDate
when we want to set today’s date as a maxdate for jQuery datepicker in order to prevent users from picking date greater than today’s date If you’re using bootstrap 3 date time picker, try this: For those who dont want to use datepicker method
How to solve border issues showing only in Mozilla(Firefox)
To solve the border issues in the firefox , we need to use border and overflow , we need to use overflow hidden and need to give border radius so that the extra lines which we used clip path and removed will disappear in Firefox also .facets-items-collection-view-row { overflow: hidden; … Continue reading How to solve border issues showing only in Mozilla(Firefox)
Issue with pulling JSON data in SuiteScript – NetSuite
When you send the NS object to the log function I believe it goes through a custom JSON.stringify process so if you want to just inspect values you can do: A snippet I often use for dealing with sublists is: and then
How to slove this error ” Node/Express: EADDRINUSE , address alredy in use -kill server” In Github
I receive this error when running my application again after it previously crashed or errors. Since I am not opening a new instance of terminal I close out the process with ctr + z First, you would want to know which process is using port 3000 this will list all PID listening on this port, once you have the PID you… Continue reading How to slove this error ” Node/Express: EADDRINUSE , address alredy in use -kill server” In Github
How to make Date picker ‘maxdate’ based on another datepicker
How to use ‘sweet alert’ default file for popup message while we submit the form
1.create the extension 2.create the sweetalert folder in the extension 3.add this folder path in the mainfest file 4. extend the view in the view file 5.paste the below code in the folder
How to design “best seller” badge for items
1.first create the item 2.Than add item to the field set 3. than go to specified item and add display name there 4. create the extension and add the below code 5.In the tpl file where badge is displaying add this <<span>>{{badge}}</span> _.extend(CartLinesView.prototype, { getContext: _.wrap(CartLinesView.prototype.getContext, function(fn) { try{ console.log(‘this’, this) var original = fn.apply(this,_.toArray(arguments).slice(1)); var… Continue reading How to design “best seller” badge for items
How do you add toggle functionality to a wishlist button to add and remove items from a wishlist
How to revoke unwanted token , when we create more tokens
When we create more than 2 tokens in the same systems than it will show error in the cmd saying token limit exceeded , than we need to delete the tokens in the netsuite so that we can create new tokens Than below error will be displayed Than we need to delete the unwanted tokens… Continue reading How to revoke unwanted token , when we create more tokens