Case Saved Search That Displays Cases a Support Rep Escalated to a Specific Support Rep

Scenario Create a Saved Search that displays who a Case has been Escalated to. Solution Navigate to Lists > Search > Saved Searches > New Click Case Search Title: Enter Title Click Criteria Filter: Select System Notes Fields. System Notes Filter: Select Field Field: Select any of Multiselect box: Select Escalatee Click Set Select System Notes Fields. System Notes Filter: Select Set By Multiselect box: Select the support rep that escalated the case Click Set Select System Notes Fields. System… Continue reading Case Saved Search That Displays Cases a Support Rep Escalated to a Specific Support Rep

Extract and match the internal id of customer records with the customer data provided to update fields by CSV import

The given data has the fields – ID, Company name, Taxable, Tax item, Billing state. The fields to be updated are Taxable and tax item.STEP 1- Create a saved search and extract the customer records with the fields provided in the given data along with the internal ID of the records. Click on export as… Continue reading Extract and match the internal id of customer records with the customer data provided to update fields by CSV import

JavaScript Weird Behaviour

✍🏻 Notation // -> is used to show the result of an expression. For example: 1 + 1; // -> 2 // > means the result of console.log or another output. For example: console.log(“hello, world!”); // > hello, world! // is just a comment used for explanations. Example: // Assigning a function to foo constant const foo = function() {};… Continue reading JavaScript Weird Behaviour

Published
Categorized as JavaScript

How to edit the Clockwork timer for others in team-managed project

In a Team-managed project, we can edit the clockwork timers for others, need to follow the below steps such as; Navigate to the corresponding team-managed project. 2. Create a project role. 3. Go to Project settings > Access > Manage roles > Create role. Give the role a name and a description. 4. Click on… Continue reading How to edit the Clockwork timer for others in team-managed project

Published
Categorized as Jira

Setting Up Accounting Periods for India Localization SuiteTax Reports

Prior to report generation, you must set up the fiscal calender of your accounting periods as StandardFiscal Calendar. This is to ensure the reports data generated by the SuiteApp will be correct. Go to Setup > Accounting > Manage Accounting Periods On the manage accounting period setup a full fincial year. Select the Fiscal calendar… Continue reading Setting Up Accounting Periods for India Localization SuiteTax Reports

How to set the pagination limit in Magento 2?

Step 1. Log in to the Magento 2 admin panel. Step 2. Go to Content > Configuration and select the necessary Magento 2 theme that you want to customize. Step 3. Click edit and scroll to the Pagination section. Step 5. On the Pagination Frame setting line, set the limit for pagination. Step 6. Click the Save Configuration button.

Published
Categorized as Magento

Add a product to the cart programmatically

To add a product to cart programmatically the code is used for the purpose is listed Here we used a simple product ID but in dynamic cases, the product ID should be collected ad it should applied