Dunning Permissions and Roles

Record or Functionality Dunning Director/Accountant/ Administrator Dunning Manager or A/R Clerk Allow Individual Invoice Level Dunning Full View Dunning Configuration Edit View Dunning Level Rule Full View Dunning Pause Reason Full Full Dunning Procedure Full View Dunning Procedure Priority Edit View Dunning Template Full Edit Dunning Procedure Bulk Assignment Allowed Not allowed Dunning Bulk Update… Continue reading Dunning Permissions and Roles

could not validate a connection to Elasticsearch. No alive nodes found in your cluster

manually add “elasticsearch” to node <elasticsearch7_server_hostname> in vendor/magento/module-elasticsearch-7/etc/config.xml disable elasticsearch6 and enable elasticsearch7 module bin/magento module:enable {Magento_Elasticsearch,Magento_InventoryElasticsearch,Magento_Elasticsearch(version)} bin/magento module:disable Magento_Elasticsearch(previous version)

Published
Categorized as Magento

Charge Rules

Charge rules determine how a project can be billed.  They are rules that define the billing rate, when and how often to the bill, and type of charges.  There are 3 core types of charges (additional charge rules are available when Advanced Revenue Management is turned on):   Time-Based Rules: these are typically based on the… Continue reading Charge Rules

The assigned role is not displaying in view all my roles

If the assigned custom role is not showing in view all my roles list for a user: Open the Custom role record by Go to Setup> User/ Role> Manage Role Open the Role > Click Edit Go to the permissions Subtab and under Setup check these permissions are added or not SAML Single Sign-on Set… Continue reading The assigned role is not displaying in view all my roles

The Challenges of Search Engine Optimization

When it comes to search engine optimization, there are numerous challenges that businesses have to deal with. These include not only ad placement, but strategy, brand awareness, and more. To address these issues, companies should develop a long-term plan and set measurable goals before committing to a marketing campaign. SEO takes a lot of time… Continue reading The Challenges of Search Engine Optimization

Gap Property

CSS Flexbox and CSS Grid are fantastic tools available for managing layout on the Web. Flexbox handles single-dimensional layouts very well, while CSS Grid handles two-dimensional layouts with columns and rows. Often we want to add space between the items within our layout. This kb will show how to add space between flex items using… Continue reading Gap Property

Published
Categorized as Magento

jquery, add/remove the class when the window width changes

// Returns width of browser $( window ).width(); if ($(window).width() >= 768) {$(‘.footersection .accordion-item .accordion-collapse’).removeClass(‘collapse’);$(‘.video-section .accordion-item .accordion-collapse’).addClass(‘show’);} else {$(‘.footersection .accordion-item .accordion-collapse’).addClass(‘collapse’);$(‘.footersection .accordion-item #collapseOne,#collapseThree,#collapseTwo’).removeClass(‘show’);}

Published
Categorized as Magento