To deploy reports to a new account, we cannot use SDF directly. So there is an indirect method to deploy reports using SDF is given below. Download the XML file for the report and also download the XML file for the custom layout. 2. Add the XML files for the Reports and layout to the… Continue reading To deploy reports to a new account using SDF
Month: April 2023
How to create a Project Task record through Suitescript
We can use a ‘Project Task’ record to track the progress of tasks, assign them to employees, and manage them through approval by supervisors/managers.These can be created via Suitescript as well. For this use the ‘N/record’ module and record.create() functionThe required fields for creating a ‘Project Task’ are:company: This is a ‘Project Name’ type field… Continue reading How to create a Project Task record through Suitescript
Dynamic Checkout Link for SCA Kilimanjaro
There are cases that customers would like to create a dynamic link being displayed on their webstore to be used as a reference as to where is the checkout page. To use it, add data-touchpoint within the <a> for Checkout in SCA Kilimanjaro. You may refer to the example below: <li><a data-touchpoint=”checkout”>CHECKOUT</li>
Steps to remove the Create new child record options in parent custom record
Steps to remove the Create new child record options in parent custom record
Cron expressions
Examples of corn expressions: * * * * * Every minute 0 * * * * Every hour 0 0 * * * Every day at 12:00AM 0 0 ? * FRI At 12:00AM only on Friday 0 0 1 * ? At 12:00AM on the first day of the month
How to deploy a Windows server in the Google Cloud platform
Open the Google Cloud Console and sign in to your account. From the navigation menu, select “Compute Engine” -> “VM instances.” Click on the “Create Instance” button at the top of the page. In the “Create a new instance” page, enter the following information: Name: Enter a name for your instance. Region and Zone: Choose… Continue reading How to deploy a Windows server in the Google Cloud platform
How to get javascript dialouge boxes using JavaScript
Dialogue boxes are a kind of popup notification, this kind of informative functionality is used to show success, failure, or any particular/important notification to the user. Alert Box: An alert box is used on the website to show a warning message to the user that they have entered the wrong value other than what is required… Continue reading How to get javascript dialouge boxes using JavaScript
Release Preview Documents-Crow canyon Home
Release preview documents for crow canyon Home Proposal Testcase Documentation -Standard Flow Testcase Documentation- Customization
Compatibility testing
Compatibility testing is a type of software testing that is performed to ensure that the software works correctly across different hardware, software, operating systems, and configurations. The goal of compatibility testing is to identify any compatibility issues that may arise when the software is used in different environments. This includes testing the software on different… Continue reading Compatibility testing