Item Group

 An item group is sold as one unit but has several member components from your inventory. Item groups can be inventory items, assemblies, kits, and service items. When the retailer sells a quantity of the group, the stock level of each member item decreases by that quantity. We can track sales of the group and stock… Continue reading Item Group

Calculate Date Difference in Saved Search if one of the Date is in Date/Time format

In saved searches, to calculate date difference we just need to use the Formula(Numeric) with formula {datefield ID 1} – {datefield ID 2). But if one of the date fields is in Date/time format, this formula will not work. If date difference can not be calculated by this formula, use the following formulaFormula(Numeric) : ABS(TO_DATE({datefield… Continue reading Calculate Date Difference in Saved Search if one of the Date is in Date/Time format

Email Template issue in Gmail

While using an email template, it may work properly in Outlook but not in Gmail, This issue may due to the Internal Usage of CSS( By using a <style> element in the <head> section), To avoid the issue try to use styling in Inline CSS (By using the style attribute inside HTML elements). Tips: Use inline CSS only Use Tables for layout For… Continue reading Email Template issue in Gmail

Passing values to Script parameters via Suitescript

Script parameters are useful when there is a requirement to store data specific to a script but more accessible to all users other than developers. Using script parameterswe can avoid hardcoding certain values to the code that is required to be modified often. Also these values can be modified by anyone having access to the… Continue reading Passing values to Script parameters via Suitescript

Setting Recipient for Scheduled Saved Search Emails

The recipients can be set to a scheduled saved search in two ways – Specific Recipients and Recipients from Results Setting Recipients: Specific Recipients :In the Email subtab of the saved search setup, the “Specific Recipients” tab will allow you to give details of specific individuals to who you would like to send the email,… Continue reading Setting Recipient for Scheduled Saved Search Emails

GraphQL Query in Celigo Request body

In the Rest API Integration, If the application uses GraphiQl Query to call the API like the one attached below. Add it in the request body of Celigo like the following Also in the Relative URL add “/graphql.json” (For Example : https://<shop>.myshopify.com/admin/api/<YYYY>-<MM>/graphql.json)