Recency Frequency Monetary Modelling(RFM) RFM segmentation allows marketers to target specific clusters of customers with communications that are much more relevant for their particular behavior .RFM modeling is a powerful tool for marketers. RFM analysis and segmentation takes the sum of past behavior to predict future behavior and adjusts messaging to target that future behavior.… Continue reading RFM Segmentation
Month: December 2021
Grouping same items in the PDF template
Solution
Bulk Merge – Email
Email merge allows sending emails in bulk Prerequisites Group – create a group to specify the recipients Email templates under Documents > Templates > Email Templates. Steps Go to Documents > Mail Merge > Bulk Merge. On the Select Output page, click Email. On the Recipients subtab in the Group Type field, select the kind of group… Continue reading Bulk Merge – Email
Generate Transaction PDF using Render
var poPDF = render.transaction({ entityId: recId, printMode: render.PrintMode.PDF }); poPDF.folder= folderID; var fileId = poPDF.save(); The above is a sample function to generate the PDF of any transaction. This code will generate a PDF based on the form selected in the transaction and it can be saved to the desired folder.
SCIS – SuiteCommerce InStore Issues and Solutions
Issue 1 – Could not create transactions when item is out of stock in a location / Negative inventory is not allowed in SCIS Reason : Sales with negative quantity is only possible for Inventory without Inventory Detail. Inventory Status preference assigns Inventory Detail on all Inventory. Hence, it is expected behavior that Inventory Status… Continue reading SCIS – SuiteCommerce InStore Issues and Solutions
How to Add Netsuite to Outlook
Search for Outlook Integration bundle on Enable features (Path: Setup -> Company -> Enable Features -> SuiteCloud -> Integration Add-ons -> Outlook Integration). On General Preferences (Path: Setup -> Company -> General Preferences -> Custom Preferences -> NetSuite for Outlook) select the following fields and save.
“THAT RECORD IS NOT EDITABLE”
When trying to set a image field value in “before submit” i have used : new_rec.save({ ignoreMandatoryFields: true, enableSourcing: false }); But getting an error : This error will be removed when record.save() is excluded from the script. but the issue is that the required image is not visible on the Magento website. When attaching… Continue reading “THAT RECORD IS NOT EDITABLE”
Activity Search
We have to create a Automated Email Report daily that send contact activities at 7.00am .The fields that we required in the Search are:- Customer ID Contact: Name and Company Name Activities from under the Communications tab Phone call “Status completed” Event “Status complete” Task should be excluded Message notes from within the “Phone Call or Event” Last Modified Date… Continue reading Activity Search
Invoice PDF Customization
Create an advanced PDF template to apply to different transaction forms
Statement PDF
Here we have used Multi Currency Statement PDF Template for the customization.