To add a custom KPI to the Key Performance Indicators Portlet:

Click Set Up in your Key Performance Indicators portlet. In the Set Up Key Performance Indicators popup, click Add Custom KPIs to open the Choose Custom Key Performance Indicators popup window. Click a saved search in the right list to move it to the left list, which indicates that it should be displayed as a custom KPI. Click Done after you… Continue reading To add a custom KPI to the Key Performance Indicators Portlet:

Sync NetSuite customer refund created against the customer deposit to Shopify

When you sync a paid order as a sales order with a customer deposit, and if there is a refund request even before the order is fulfilled, a refund adjustment is required instead of item restock. In this scenario, the fulfillment and invoice records are not created in NetSuite and a customer refund is created… Continue reading Sync NetSuite customer refund created against the customer deposit to Shopify

Published
Categorized as Celigo Tagged

To get variable for screen sizes

In SCA it is suggested not to use direct values for different screen sizesHence we need to use screen sizes as variables accordingly To get variable in themes navigation is given below to find variables theme/Modules/twitter-bootstrap-sass/3.4.1/assets/stylesheets/bootstrap/_variables.scss For example 768px we can use $screen-sm-min Screen sizes here will be defined for different devices such as tablets,… Continue reading To get variable for screen sizes

Adding a Eye Icon in Password field and adding Functionality.

Some inbuilt classes were already created for the eye icons. we have to use them <i> tag above the input field for password. After adding the icon above password field. script is required to hide and show the password when clicked on it. Script added uses toggle class to display the text or password when… Continue reading Adding a Eye Icon in Password field and adding Functionality.