• WHO WE ARE
  • WHAT WE DO
    • Salesforce
      • Implementations
        • Sales Cloud
        • Service Cloud
        • CPQ
        • Field Service Lightning
        • Field Service for SMEs
      • Developments
        • Salesforce Customization
        • Custom Application Development
        • AppExchange Product Development
      • Migrations
        • Classic to Lightning Migration
        • Other Systems to Salesforce Migration
      • Integrations
    • AI/ML
    • Agentic AI
  • HOW WE DO
    • Delivery Model
    • Our Works
  • REACH US
    • Contact Us
    • Careers
  • BLOG
    • WHO WE ARE
    • WHAT WE DO
      • Salesforce
        • Implementations
          • Sales Cloud
          • Service Cloud
          • CPQ
          • Field Service Lightning
          • Field Service for SMEs
        • Developments
          • Salesforce Customization
          • Custom Application Development
          • AppExchange Product Development
        • Migrations
          • Classic to Lightning Migration
          • Other Systems to Salesforce Migration
        • Integrations
      • AI/ML
      • Agentic AI
    • HOW WE DO
      • Delivery Model
      • Our Works
    • REACH US
      • Contact Us
      • Careers
    • BLOG
  • [email protected]
  • (+91) 44-49521562
Merfantz - Salesforce Solutions for SMEs
Merfantz - Salesforce Solutions for SMEs
  • WHO WE ARE
  • WHAT WE DO
    • Salesforce
      • Implementations
        • Sales Cloud
        • Service Cloud
        • CPQ
        • Field Service Lightning
        • Field Service for SMEs
      • Developments
        • Salesforce Customization
        • Custom Application Development
        • AppExchange Product Development
      • Migrations
        • Classic to Lightning Migration
        • Other Systems to Salesforce Migration
      • Integrations
    • AI/ML
    • Agentic AI
  • HOW WE DO
    • Delivery Model
    • Our Works
  • REACH US
    • Contact Us
    • Careers
  • BLOG

Field Service Management

Output Value Based on Different Conditon in Salesforce

  • July 31, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
Some time you stay on requirement output value is changed based on different criteria. This is achieved by formula field in Salesforce. For example, You can be changed the...
Continue Reading

How to Restrict Unwanted Scripts Created Many Leads in Salesforce

  • July 31, 2017
  • Merfantz Editor
  • Salesforce Admin Tutorial
In Salesforce, the web to lead is a wonderful standard feature to create Lead automatically from the website. So many unwanted leads are created from scripts. We have a...
Continue Reading

Add and Delete Row Functionality by Using Visualforce Page in Salesforce

  • July 31, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
It is simple to add and remove rows in visualforce page. Try the below code and you will get some ideas, Visualforce Page : <apex:page StandardController=”Account” extensions=”MultiAdd” id=”thePage”> <apex:form...
Continue Reading

Xero Integration in Saleforce

  • July 31, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
Xero is an accounting software which manages the invoice amount. Invoices are integrated to Xero to maintain the outstanding balance, due, etc… And Salesforce feature reference use to easily integrate the Xero....
Continue Reading

Validation Rule Using Javascript in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
In Fieldax&Field Service Management have tried the below feature, SOQL query on custom javascript button in order to create a validation rule on related object. Kindly see the below...
Continue Reading

Merge Invoices in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Admin Tutorial
Can we merge two or more opportunities into one opportunity? Yes, We can do in Salesforce. We will take one as a primary opportunity and others are merge(secondary) opportunities....
Continue Reading

Lightning View Custom Button using Inline Visualforce Page in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
Try the below  Inline visualforce page code, <apex:page standardController="Quote"> <apex:stylesheet value="{!URLFOR($Resource.sflight, 'assets/styles/salesforce-lightning-design-system.css')}"/> <apex:stylesheet value="{!URLFOR($Resource.sflight, 'assets/styles/salesforce-lightning-design-system.min.css')}"/> <!-- jQuery CDN --> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> <!-- Declare SessionId Variable For AJAX Toolkit -->...
Continue Reading

Bundle Products in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Admin Tutorial
Description: If we need to add the related products for the single product we go for a Bundle products feature. The Bundle products have one parent product and related...
Continue Reading

Radio Button Selection Using to Expose Fields in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
We have developed the feature for Exposing Fields based on Radio Button in Salesforce. Try the below code, <apex:page > <script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js”></script> <script type=”text/javascript”> function yesnoCheck() { if (document.getElementById(‘yesCheck’).checked)...
Continue Reading

Multiple Technician Calendar in FieldAx

  • July 28, 2017
  • Merfantz Editor
  • Field Service Management
Every Organization sending their technicians to the respective site based on the service what they have to provide. We have developed the feature for Multiple Technician Calendar in Fieldax....
Continue Reading

How to Cover the Wrapper Class Test Method in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
To Cover the Wrapper Class test method in FieldAx, Code – public with sharing class sno_in_table{ public list<wrap> getRecords()    { integer sno=1; list<wrap>emps=new list<wrap>(); list<employee__c>emp_records=[select name,phone__c from employee__c];...
Continue Reading

How to Cover the Constructor Test Class in Salesforce

  • July 28, 2017
  • Merfantz Editor
  • Salesforce Developments Tutorial
We have a sample test class for covering the constructor in salesforce. Kindly see the below code. Controller:- public class MyAccountClass { //Class Constructor public MyAccountClass(ApexPages.StandardController controller) { //Do...
Continue Reading

Posts pagination

Previous 1 … 3 4 5 … 7 Next

Search

Categories

✨ Salesforce Admin Tutorial

✨ Salesforce Developments Tutorial

✨ Salesforce News

✨ SFDC FREE Training

Salesfore Training Course

Salesforce Admin Training Part I

✨ Salesforce Intro
✨ Creation field and objects
✨ Formula field and Field Mapping
✨ Object relation
✨ Junction Object
✨ Tab with Object
✨ Type of Buttons

Salesforce Admin Training Part II

✨ User creation
✨ Profile Setup
✨ Sharing Rules
✨ OWD
✨ Record Level Access

Salesforce Admin Training Part III

✨ Field Update
✨ Validation
✨ Process Builder
✨ Time Based Work Flow
✨ Visual flows

Salesforce Development Training

✨ Page Creation
✨ Apex Class Creation
✨ SOQL basics
✨ Trigger Creation
✨ Test Class Creation
✨ Component Creation
✨ Batch Class Creation
✨ Lightning Basics

Recent Posts

  • Data-First Decision Making: Facet Interactive and Algoworks’ Best Practices for Salesforce Analytics
  • Revolutionizing Workforce Management with AI-Based Facial Recognition Attendance System
  • Transforming Invoice Processing with OCR: Seamless Integration of 900+ Transactions into Sage
  • Transforming Invoice Processing with OCR: Seamless Integration of 900+ Transactions into Sage
  • Building Trust in the Age of AI Conversations: Merfantz Journey Toward Safer, Smarter Assistants

Recent Posts

data-driven-decision-making
Data-First Decision Making: Facet Interactive and Algoworks’ Best Practices for Salesforce Analytics August 13, 2025
Revolutionizing Workforce Management with AI-Based Facial Recognition Attendance System August 12, 2025
Transforming Invoice Processing with OCR: Seamless Integration of 900+ Transactions into Sage August 5, 2025
Transforming Invoice Processing with OCR: Seamless Integration of 900+ Transactions into Sage July 31, 2025
Building Trust in the Age of AI Conversations: Merfantz Journey Toward Safer, Smarter Assistants
Building Trust in the Age of AI Conversations: Merfantz Journey Toward Safer, Smarter Assistants July 23, 2025

Categories

  • Agentforce
  • Field Service Management
  • Merfantz Developments
  • Salesforce
  • Salesforce Admin Tutorial
  • Salesforce Agentforce
  • Salesforce Consulting
  • Salesforce Consulting Services
  • Salesforce CPQ
  • Salesforce Development & Implementation
  • Salesforce Developments Tutorial
  • Salesforce Integration
  • Salesforce Lightning
  • Salesforce Migration
  • Salesforce Releases & News
  • Salesfore Training Course
  • SFDC Training Part I
  • SFDC Training Part II
  • SFDC Training Part III
  • SFDC Training Part IV
  • Uncategorized

Tags

#MachineLearning agentforce CRM Customization CRM Implementation Customer Relationship Management Customized Salesforce Implementation Einstein AI Fieldax Field Service Management flow How To Use Transform (Beta) Element In Salesforce Flow Javascript lightning web component LWC Merfantz Features Merfantz Technologies Salesforce salesforce batch apex class Salesforce best practices Salesforce Consulting Salesforce CPQ Partner Salesforce Customization Salesforce customization tips Salesforce Development Salesforce Development & Implementation Salesforce Development Services Salesforce experts Salesforce Features Salesforce Implementation Salesforce Implementation Services Salesforce Integration Salesforce Integration Companies Salesforce Integration Consultant Salesforce Lightning Salesforce Lightning Components Salesforce Lightning Development Salesforce Migration Salesforce Outsource salesforce sales cloud Salesforce tips Salesforce Tutorial SFDC Implementation Spring'24 update User Profiles Visualforce
Merfantz Technologies is a leading Salesforce consulting firm dedicated to helping small and medium enterprises transform their operations and achieve their goals through the use of the Salesforce platform. Contact us today to learn more about our services and how we can help your business thrive.

Discover More

Terms and Conditions
Privacy Policy
Cancellation & Refund Policy

Contact Info

  • No 96, 2nd Floor, Greeta Tech Park, VSI Industrial Estate, Perungudi, Chennai 600 096, Tamil Nadu, INDIA
  • (+91) 44-49521562
  • [email protected]
  • 9:30 IST - 18:30 IST

Latest Posts

data-driven-decision-making
Data-First Decision Making: Facet Interactive and Algoworks’ Best Practices for Salesforce Analytics August 13, 2025
Revolutionizing Workforce Management with AI-Based Facial Recognition Attendance System August 12, 2025
Transforming Invoice Processing with OCR: Seamless Integration of 900+ Transactions into Sage August 5, 2025

Copyright @2023 Merfantz Technologies, All rights reserved