In Jira Software, Keyboard navigation for global navigation and issue navigation

Jira offers a variety of keyboard shortcuts to help you navigate and perform tasks more efficiently. These shortcuts can save you time and streamline your workflow. Here are some commonly used keyboard shortcuts in Jira: Global Shortcuts: g then i: Go to the Issues dashboard. g then a: Go to the Agile boards. g then… Continue reading In Jira Software, Keyboard navigation for global navigation and issue navigation

Published
Categorized as Jira

Elastic search and Opensearch

Elasticsearch is licensed under the Elastic License 2.0, which is also a permissive open-source license. However, the Elastic License 2.0 has some restrictions on how Elasticsearch can be used and distributed. For example, you cannot use the Elastic License 2.0 to provide Elasticsearch as a service to others.  Community  OpenSearch is supported by a large… Continue reading Elastic search and Opensearch

Published
Categorized as Magento

How to install OpenSearch without Docker on Ubuntu?

From an APT repository Install the necessary packages. Import the public GPG key. This key is used to verify that the APT repository is signed. Create an APT repository for OpenSearch: Verify that the repository was created successfully. With the repository information added, list all available versions of OpenSearch: Choose the version of OpenSearch you… Continue reading How to install OpenSearch without Docker on Ubuntu?

Published
Categorized as Magento

How does Varnish cache in Magento 2 differ from the default built-in cache mechanism?

Varnish cache and built-in cache are both caching solutions that can be used to improve the performance of Magento 2 websites. However, there are some key differences between the two. Varnish cache is a reverse proxy server that sits in front of your Magento 2 website and caches static content, such as HTML, CSS, and… Continue reading How does Varnish cache in Magento 2 differ from the default built-in cache mechanism?

Published
Categorized as Magento

What is Magento 2’s flat catalog feature and how to enable it?

Flat catalog is a feature in Magento 2 that can improve the performance of your online store by optimizing the way product data is stored and retrieved from the database. In traditional EAV (Entity-Attribute-Value) database structure, product data is stored across multiple database tables, which can result in slower database queries when retrieving product information.… Continue reading What is Magento 2’s flat catalog feature and how to enable it?

Published
Categorized as Magento

Add Customer As Contact Relationship In a Transaction Record

By system design, if a user creates a Customer record that is an Individual type, it will be also treated as a Contact record and be added accordingly as a Contact Relationship on Transactions record. However, If this is not the case, check if the Show Individuals as Contacts is enabled.  Navigate to Setup > Company > General Preferences Show Individuals as Contacts: Enter Checkmark… Continue reading Add Customer As Contact Relationship In a Transaction Record

Set the Company Name Field Mandatory for Individual Customers Using a Workflow

Navigate to Customization > Workflow > Workflows > New  Basic Information:  Name: Enter Set Company Name to Mandatory  Record Type: Select Customer  Sub Types: Select Customer  Execute as Admin: Enter Checkmark  Released Status: Select Released  Keep Instance and History: Select Always  Enable Logging: Enter Checkmark  Event Definition:  On Create: Enter Checkmark  On View or Update: Enter Checkmark  Click Save  Double click State 1  Bottom left corner: Click New Action  Click Set Field Mandatory  Basic Information:  Trigger On: Select After Field Edit  Triggering Client Fields:  Triggering Client Fields: Select Is… Continue reading Set the Company Name Field Mandatory for Individual Customers Using a Workflow