There is no direct way of stopping a map-reduce script while running. If the script is in queue and it is not started then we can stop it by using the ‘Cancel’ option in Map/Reduce Script Status page. To get this page, go to script deployment of the map-reduce script and click on ‘Status Page’… Continue reading How to stop a map-reduce while running
Month: May 2022
SDF deployment Error
We have a deploy.xml file which indicate that the deployment path. If you deploy all the object, then we set path as Example, <objects> <path>~/Objects/*</path> </objects> In this code section * means the whole file under the Object wants to deploy. Set the proper hierarchy in the path if you just want to deploy a specific file.… Continue reading SDF deployment Error
Seven Principles of Software Testing
Change Price on a Billed Sales Order and Paid Invoice
To reflect a price of an Item decreasing on a Sales Order that has been Billed and an Invoice that has been paid the following can be done: 1. Edit the Sales Order and change the price in the Amount column. You will receive the notice: Items on this line have been fulfilled and billed. Are you sure you… Continue reading Change Price on a Billed Sales Order and Paid Invoice
Search Saved to Show Profitability Per Transaction
To create this search please follow the steps below: 1) Navigate to Reports > New Search > Transaction 2) Under Criteria tab: –Add Type is Sales Order — Add Main Line is False 3) Under Results tab: — Add Sales Rep — Summary Type is Group — Add Number (this is the SO number) — Summary Type is Group— Add Amount — Summary Type is Sum— Add Item — Add Quantity— Add Item Fields…Purchase Price (this is the cost of the item)– Summary Type is Sum… Continue reading Search Saved to Show Profitability Per Transaction
Display multiple fonts in the Advanced PDF template
Suppose if we wants to use calibri font along with NotoSans, Download the Calibri ttf file upload on the file cabinet and enable the available without login Then render this font into Advanced PDF as follows
Fetching UPS package delivery status multiple tracking numbers
Scenario: Fetch delivery status for each tracking number in an Item Fulfillment Solution
Custom Twitter feeds Plugin – WordPress
This Plugin helps to integrate Custom twitter details with the desired Website. The main features of Custom Twitter feeds Plugin are: Completely Customizable – by default the Twitter feeds will inherit your theme’s styles. The content of your Twitter feed can be crawled by search engines, giving SEO value to your site. Completely responsive and mobile-optimized –… Continue reading Custom Twitter feeds Plugin – WordPress
How to solve wishlist Loading / internal error
If wish list is not loaded If wish list is not loaded thereWe can check wish list details in customer record Or go to customization->List,Record,&fields-> Record The error may be due to the items in wish list. check whether items Display in Website is checked or not. Remove items one by one. Then the error… Continue reading How to solve wishlist Loading / internal error
Attach a file from a previously produced file via email
//Info: HL-174 We encountered a scenario in which we had to save the errors generated to the file cabinet as a CSV file and then attach this file to the specific email id provided.