The SCA contains a module for the notification which is GlobalViewsMessageView.We can add notifications like errors and success messages using the module. The Example is added below First, we need to define GlobalViewsMessageView the module The Example code to show the notification of Success message is added below alert.show(placeholder, 6000); The 6000 is an indication… Continue reading How to Add Notification in SCA
Month: September 2023
What is DMARC
DMARC stands for Domain-based Message Authentication, Reporting, and Conformance. It is an email authentication protocol that helps prevent email spoofing, phishing, and domain impersonation. DMARC builds on two existing email authentication technologies: SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail). Here’s how DMARC works: SPF (Sender Policy Framework): SPF allows domain owners to specify… Continue reading What is DMARC
Create Commerce Categories
Continuation of Install Commerce Categories Migration Tools 3. Create Commerce Categories The Commerce Category Import tool lets you import the CSV file generated by the Site Category Export tool. The import tool uses data from the exported CSV file to create Commerce Categories. The Commerce Category Import tool performs the following actions: Creates a new… Continue reading Create Commerce Categories
Export Site Builder Categories
Continuation of Install Commerce Categories Migration Tools 2. Export Site Builder Categories The Site Category Export tool converts existing Site Builder Categories into a CSV file. Integration with SOAP web services is required to use this tool and you should ensure it is correctly configured prior to use. How to Export Site Builder Categories The… Continue reading Export Site Builder Categories
Import Commerce Categories from Site Builder to SuiteCommerce
Perform the following tasks to convert existing Site Builder Categories to Commerce Categories: Install Commerce Categories Migration Tools Export Site Builder Categories Create Commerce Categories Set Field Mapping 1. Install Commerce Categories Migration Tools To convert existing Site Builder Categories to Commerce Categories, perform the following actions: 1.Request Migration Tool Bundles If you cannot locate… Continue reading Import Commerce Categories from Site Builder to SuiteCommerce
Supplies currently covered under einvoicing
e-Invoicing currently applies to- Supplies to registered persons (i.e., B2B supplies), Supplies to SEZs developers (with/without payment of tax), Exports (with/without payment of tax), and Deemed exports, that are made by the notified class of taxpayers. It does not cover Free Trade & Warehousing Zones (FTWZ), import transactions, input service distributors, high sea sales and… Continue reading Supplies currently covered under einvoicing
How To Use LinkedIn For Marketing
Build A Strong Network Networking is key to building an audience on LinkedIn. Start by defining the audience you want to reach on LinkedIn. This will help you identify the best people to connect with to achieve your LinkedIn marketing goals. Keep It Professional LinkedIn caters to people who are serious about making professional connections. As you… Continue reading How To Use LinkedIn For Marketing
Restoring content when updating SuiteCommerce landing page path
As of SuiteCommerce 2022.2, when updating the path of an unpublished landing page in the content management tool(SMT), all content disappears from the page. If you find yourself in this situation, restore the path to the previous iteration and save. Your content will be restored. If you wish to proceed with the updated path, first… Continue reading Restoring content when updating SuiteCommerce landing page path
August 2023 Core Update in Google Algorithm
Google has launched its August 2023 core update, aiming to improve search results. A drop in page performance post-update doesn’t indicate an issue; it’s about content relevance. Recovery from a core update is not guaranteed and can vary; continual content improvement is crucial. The company stated that it will update its ranking release history page… Continue reading August 2023 Core Update in Google Algorithm
HOW TO AVOID THE WARNING MESSAGE “Leave Site?” WHILE CHANGING URL IN A CLIENT SCRIPT
There is a way – when needed – to disable this confirmation dialog, which is adding the following line of code just before the call that triggers the URL change:window.onbeforeunload = null;