The approver can approve the sales order from the Approver detail page. We are created a suitelet to approve and decline the sales order. The request details is added below. it is a post request so pass the details in the body When approving or rejecting an order .To request the suitelet using the service controller… Continue reading Extension to call suitelet file to approve SO
Author: Thara Gopi
How to embed your flipbook directly onto your website
STEP 1: Log into your account and go to Publications. STEP 2: Select the flipbook you wish to embed. STEP 3: Click on the “Embed” tab. STEP 4: Once on the embed tab, ensure “Default” is chosen. STEP 5: Customise how you would like the embedded flipbook to look. Choose your preferred size, background colour and whether… Continue reading How to embed your flipbook directly onto your website
Flipbooks
A flipbook is an interactive, HTML5 online publication that has the look and feel of a real, page-turning publication (complete with page-turning sound effects, page shadows and more). Flipbooks are currently used to replace conventional digital PDFs and paper-based documents such as reports, presentations, magazines, catalogues, brochures, books and more. A digital flipbook looks and… Continue reading Flipbooks
Increase Character Limit of Custom Web Site Tags
The current default character limit of custom tags is 4000. In some cases, users may require more than this default number e.g.: 6000. The following article provides steps on how to increase the character limit of custom tags. Divide the custom code and place them on separate tags If the user has code that consists… Continue reading Increase Character Limit of Custom Web Site Tags
To enable or disable web store triggers for a user event script deployment:
When deploying a user event script, you can permit or prevent the deployment from being triggered by web store activity. You configure this behavior by specifying execution contexts on the Context Filtering tab of the script deployment record. Execution contexts let you control whether the deployment is triggered by particular events, such as UI actions… Continue reading To enable or disable web store triggers for a user event script deployment:
To approve a sales order
Go to Transactions > Sales > Approve Sales Orders (Administrator) A list of orders shows at the bottom of the page. In the Supervisor field, select a name to filter the sales order list by supervisor. Clear this field to show all sales orders pending approval. Check the box in the Approve column for each… Continue reading To approve a sales order
Type of the Payment Method
Type of the Payment Method : ACH – an online payment method that requires the Payment Instruments feature to be enabled. The method requires a token that was issued by a payment gateway and does not represent a bank account. The ACH payment instrument only works with the ACH payment method. The methodtype field value ID is 13.… Continue reading Type of the Payment Method
Website search
Searchandising augments the existing search techniques with additional features to create an enhanced and profitable product search experience. Search Synonyms: With synonyms, shoppers can use familiar search terms and receive expanded results. A search for a term, also searches for that term’s synonyms. Therefore, synonyms eliminate the need for you to try and include all… Continue reading Website search
New column in myaccount overview
To add new column in myaccount page through extension . In array original.column add new column .
Extension permission
After activation of an extension on execution time the execution log will show error of permission.To solve this we need permission for that particular extension. For that take ssp application > extensions> services> Edit servicess.ss file . On subtab permission Check enabled checkbox. Then select ‘execute as role’ as the role needed.