Month: July 2023
Filters Available in the Analytics Portlet
Previously, you could not modify filters on the Analytics portlets added to your personalized dashboard.Now, you can filter the data shown in your Analytics portlets, as well as modify filters applied from theWorkbook UI.
Cached Data Documentation
When you enable Cached Response mode feature for your datasets and workbooks, the associated datasets,workbooks, and Analytics portlets display cached data. However, some changes to a dataset requireloading real-time data, even if Cached Response mode is enabled. The cached data documentation nowdescribes which changes require loading real-time data and how you can work with cached… Continue reading Cached Data Documentation
Create AR Aging Report & AR Aging Detail Report using Saved Search
Create AR Aging Report & AR Aging Detail Report using Saved Search
Accounting Periods Feature
Accounting Periods Feature
Observer when updating products from Checkout
Using this observer we can monitor the update or trigger any conditions on updating the carthere we’re setting the backorders on update Considering all the stocks on the inventory and store
Observer to set backorder on adding products to the cart
Observser Code to Update the backorder to the custom field and checkout pageAlso setting the price of the products to Zero if the item is not committed
API to Update NetSuite Order Id to Magento
Here we’re calling an external API on the Magento to update a custom field on the sales order table to fetch the NetSuite Order ID to Magento 2. routes.xml
How to dump Database.
Exporting from MySQL The best tool for exporting a MySQL database to a text file is mysqldump. To use mysqldump, you will need to know the login credentials of an appropriate MySQL user that has the necessary privileges to export the database . mysqldump -u root -p corp > /home/jandj/Pictures/db_dump.sql
How to create a plan in Jira Software
In Jira Software, go to Plans (in header) > Create. The ‘Create’ page will be displayed. Select Plan > Create. Give your plan a name. Select one of the privacy options from the privacy drop-down: No restrictions – all users can view and access the plan Private – only the creator of the plan can view, access, and edit the plan Click Next. Choose the issue sources (boards, projects, filters) that… Continue reading How to create a plan in Jira Software