This article summarizes the reason for the greyed journal lines which are not editable.
Month: December 2022
Approve and Reject Button is not visible for some specified stand alone Bills
Approve and Reject Button is not visible for some specified stand alone Bills
Testcase documentation of sale badge
Test case documentation of approved quote items in cart
How to Run a Suitelet script Upon clicking a Saved search custom Column button and how to pass the item data as parameters to suite let
In the saved Search result field add Formula(Text ) and in the formula session add the below html .In the html we can add the suitelet script link and we can pass item data as parameters. Below Added the html code. ‘<html><head> <style> .printbutton { background-image: linear-gradient(#fafafa, #e5e5e5); border: 1px solid #b2b2b2; border-radius: 3px; color:… Continue reading How to Run a Suitelet script Upon clicking a Saved search custom Column button and how to pass the item data as parameters to suite let
How to run Elbrus Version in Local System
Before running it we need to ensure that the Node Version and Gulp version are exactly the same as needed in the SuiteCommerce Elbrus version. Ensure that node 4.9.1, gulp 3.9.1, and npm 4.6.1 are being used in the development environment. These versions are supported by Elbrus Release of SuiteCommerce Advanced. o verify that Node, Gulp, and npm is installed correctly, follow this checklist:… Continue reading How to run Elbrus Version in Local System
Test case for 404 page
TEST ID TEST CASES EXPECTED RESULT ACTUAL RESULT STATUS CDUS-1949_001 Check whether the 404 page is visible or not The 404 page should be visible The 404 page is be visible PASS CDUS-1949_002 Check whether the error or alert text is visible in webpage Error or alert text should be visible in webpage Error or… Continue reading Test case for 404 page
VAT 100 Report is not generating in suite tax enabled account at country tax report page
Client came with the issue of failed report generation status at country tax report page. solution: XCLD-22: If the VAT report on the country tax report page is fails to generate even after proper initial set up, we need to reinstall the bundles to generate the reports; from the page ‘Required Features and Country Tax… Continue reading VAT 100 Report is not generating in suite tax enabled account at country tax report page
SuiteScript backend in SCA
In SCA we are commonly use suitescript 1 because of suitescript 2 has some limitations in SCA. We can also use suitescript 2 in SCA some scenarios it like suitelet we can get response of using the post and get method. The flow of SCA is From the manifest we need to change the entry… Continue reading SuiteScript backend in SCA
Set Field Value Of Customer Record
We can set the value of a field in a customer record as shown below