Composite Resources In Salesforce
In this blog we will learn about Composite Resources In Salesforce. By using composite resources we can make multiple request in single Rest API call. Let’s take an example: suppose we have to create...
View ArticleHow to use custom settings in salesforce
We have all made a custom app in salesforce, be it a developer or administrator. However developers have also created apps to upload packages on appexchange, Salesforce’s own app store. With custom...
View ArticleHow to generate XML in APEX
As we all know that XML is one of the best methods to send or receive files over the internet. And to provide us support for parsing and creating XML files. In one of my previous blogs I have taught...
View ArticlePlans & Pricing For WooCommerce Salesforce Connector
Integration must be flexible depending upon business levels. WooCommerce Salesforce Connector widens the limitations of integration to meet specific business requirements effectively. Let me share how...
View ArticleOdoo POS Extra Utilities
INTRODUCTION Odoo POS Extra Utilities module facilitates the user to modify the default functionality of Point of Sale as per the requirement. Using this module a user can disable some specific...
View ArticleCredit Europe Bank – Virtual POS Payment Integration For CS-Cart
Credit Europe Bank – Virtual POS Payment Integration For CS-Cart: Credit Europe Bank – Virtual POS Payment Integration add-on integrates Credit Europe Bank with CS-Cart and allows your customers to pay...
View ArticleMagento 2 Canada Post Shipping
The Magento 2 Canada Post Shipping extension will allow the admin to provide Canada Post shipping method for shipping the products. The customers will be able to choose this shipping method at the time...
View ArticleOdoo Piwik Integration
Introduction Odoo Piwik Integration: This module allows you to perform Real time data updates. Analytics for your Odoo e-commerce. It also tracks traffic from search engines. It uses Piwik software...
View ArticlePrestashop Product Wise Payment
Ever felt the need to allow only specific payment method on some or all of your products in your prestashop store, but couldn’t find the options to do so. Well then, Prestashop Product Wise Payment...
View ArticleOdoo POS Order History & Re-Order
INTRODUCTION Sometimes in Point of Sale, it happens that customer wants to order the same products for which order is already created earlier. Now need not to waste time in adding those products to...
View ArticleJoomla Virtuemart USPS Shipment
Joomla Virtuemart USPS Shipment: Joomla Virtuemart USPS Shipment allows you to integrate your Virtuemart store with the USPS shipping services. It is a most reliable and the trusted shipping services...
View ArticleGet All Attribute Group Ids And All Attribute Ids Of A Specific Attribute Set...
Get All Attribute Group Ids And All Attribute Ids Of A Specific Attribute Set In Magento 2- Here I’m going to explain you that how to get all attribute groups and all attributes of a specific attribute...
View ArticleCross Browser Testing Using Selenium
A web application can be opened in any browser by the user, so we need to ensure that the web application will work as expected in all browsers, that is why we need to do cross browser testing. Cross...
View ArticleJSON Parsing In Salesforce
In this blog we will learn about JSON parsing in salesforce. In salesforce, we use methods of JSONParser class to parse the JSON-encoded string/content that is returned from a call to an external...
View ArticleCall Ajax request in X-cart(5.3.x) template(Backend)
Trying to use Ajax to pass some data to PHP file from x-cart(version5.3 or above) template is causing an error (403 Forbidden Access ). So, let’s learn that how to fix that types of error in x-cart....
View ArticleWorking With Database Transactions In Magento2
Introduction In a structure like magento2, it is very difficult to guarantee the consistency of data, the system of EAV(Entity Attribute Value) makes magento2 highly scalable and modular but every...
View ArticleHow to fetch records through REST API in Visualforce Page using JQuery
In this blog we will learn how to fetch records through REST API in visualforce page using jquery. Let’s get started. Fetch Records through REST API in Visualforce page using Jquery The code is...
View ArticleHow to send Email from APEX code
Being a developer, one would have had felt the need to send an email from their own code. Various platform might or might not offer methods to achieve this task, however APEX provides us classes to...
View ArticleHow to create custom exception class in APEX
Now and then every developer might have had faced the need to use an exception class which is not normally provided by the platform they are working on. Luckily, these days every platform provides...
View ArticleRelationship Query In Salesforce
In this blog we will learn about how to build relationship query in salesforce. In salesforce, every object and field has a default Label, a Name, and an API Name. Lable: Object or filed name which...
View Article