Restriction on Transactions based on Account period
Month: July 2020
Preferred form for Sub customers
Preferred Sub Customer form set up
Disable a Line Item Field for a specific line
Disable a Line Item Field for a specific line
Credit card validation using client script
This script will help you validate credit cards using client script. we have covered different card type validation here.( American express. master card, visa, discover )
Tax Free Certificate Upload Extension
SCL-303 Tax Exemption Certificate This extension has JS, Template, SCSS, SuiteScript files. We have to provide permission for the SS file manually. The extension will be helpful for the user to remove tax from their order if they have a tax free certificate, below are the steps to create the extension Create 2 custom transaction… Continue reading Tax Free Certificate Upload Extension
Subsidiary Hierarchy change
Steps to be taken before the subsidiary hierarchy is changed.
Subscribe for email: Checkout as guest
An extension is created in SC standard where a checkbox is displayed and checked by default for email subscription Add the below HTML code to the template and SCA will check the email subscription by default
Implement Search in transaction pages using PO# or memo SCA Extension
An extension is created to search Sales orders based on PO# and quotes based on memo. The transaction column is enabled in SCA configuration. The extension extends list header js, quote list and purchase list. A template is also being overridden
SWAL for SCA Extension
This the AMD module we converted to for using a third party library in SCA extension. This way we we can reduce the load time of a page
Crypto.js as AMD for SCA Extensions
This module helps us to encrypt and decrypt data. This can be used in SCA extension for third party integration