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>

Attach email data to a record without sending an email

Emails attached to the records can be seen under the communication subtab. We can add a new email entry here by using the ‘N/message’ record without actually sending any email. Message records can be edited only during the create operation. After they are created and submitted, existing message records cannot be edited. Existing message records… Continue reading Attach email data to a record without sending an email

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

Published
Categorized as Celigo

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

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