Create pop up Window at sales order entry

Requirement Create a pop up window on sales order Entry that says “Customer with Over Due Balance” if the customer has overdue balance no empty and greater than 0 and if the days overdue are greater than 0. The window should not prevent to enter the sales order, only informative. Solution The The pop up… Continue reading Create pop up Window at sales order entry

How to remove white space around product image in Magento 2

write the code on etc>view.xml <transparency>false</transparency> <aspect_ratio>false</aspect_ratio> <frame>false</frame> example: <image id=”category_page_list” type=”small_image”> <width>240</width> <height>300</height> <transparency>false</transparency> <aspect_ratio>false</aspect_ratio> <frame>false</frame> </image>

Published
Categorized as Magento

Update customers in clutch

Script for update customers in clutch when the record being edited in NetSuite or Webstore define([‘N/record’, ‘N/runtime’, ‘N/https’, ‘N/encode’], (record,runtime, https, encode) => { /** * @description the function for searching customers in clutch * @param- customer- passing customer id * @param- headerObj- passing header object * */ function searchCustomers(customer, headerObj) { var searchObj =… Continue reading Update customers in clutch

Importing Kit/Package Item record via CSV Import

Scenario: To be able to import Kit/Package Item records. SolutionThis can be done by using two files during the upload: one is for Primary, the other is for Item Members. Below are the steps: Note: Values are included on this article to serve as examples. Replace these accordingly when creating the import files. Create an… Continue reading Importing Kit/Package Item record via CSV Import

Display List of Link of Saved Search Results on a Portlet on a Custom Tab

ScenarioUser would like to show a portlet that displays list of Saved Search results on a Custom Tab associated to a Custom Center and Custom Role. SolutionTo add the portlet on the Custom Tab:Login using the Administrator roleNavigate to Customization > Centers and Tabs > Center TabsClick Edit link beside the Custom Tab you would… Continue reading Display List of Link of Saved Search Results on a Portlet on a Custom Tab

Kit items to show quantity available for each member/component items

ScenarioUsers may want to know the quantity available for each component items of a Kit/Package. SolutionTo track the quantity available of the members of Kit/Package, Assembly/Bill of Materials or Item Group, a Saved Search needs to be created and set it as a Sublist. Step 1: Create a Saved Search Navigate to Transactions > Management… Continue reading Kit items to show quantity available for each member/component items

Cron Schedule in Celigo

All Celigo flows use the corn style of scheduling. Cron schedules have five positions referenced by five asterisks: * * * * * Minute (0-59) Hour (0-23) Day of the month (1-31) Month (1-12) Day of the week (0-6) Position Description Minute The first position is for the minute. This is in 15 minute intervals… Continue reading Cron Schedule in Celigo

Published
Categorized as Celigo

Scheduling Flows

1.Click on the calendar icon against the flow.  2.Pick the schedule as per your needs. . Presets can be used for the average user with default options. . For more specific scheduling, corn expression can also be set.   . Save and close

Published
Categorized as Celigo