Posts

Showing posts from May, 2019

Correct Web-app xml dependency for JBoss and netbeans webservice in java

<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">

How to delete class or trigger from salesforce production org

Print this page Disable or delete an Apex Class or Trigger from a Production Organization Knowledge Article Number 000006188 Description An Apex Class or Trigger must be removed from a production instance if it's blocking a deployment or is no longer needed. Since Apex code can't be modified directly within a Production organization, so it requires steps using Developer tools, like the Force.com IDE. Important: This is the only way an Administrator or Developer can disable or remove Apex in Production. Resolution Steps to Remove or Disable 1. Force.com IDE should be installed. 2. Connect to the Sandbox Instance using the IDE and find the class or trigger that you want to delete. 3. Open the matching .xml file, and change the Status XML tag from Active to Deleted. 4. Or to disable the trigger change it to Inactive. Note: Apex class Status can only be changed to "Active" or "Deleted," not "Inactive". 5. Save the file. 6. Select the two files (Code

How to configure territory management in sales cloud

Deploying Territory Management CONTENTS INTRODUCTION TO TERRITORY MANAGEMENT . . . . . . . . . . . . . . . . . . . . . . . 1 Territory Management . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 Territory Fields . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2 DEPLOYMENT PROCESS OVERVIEW . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 PREREQUISITES FOR ENABLING TERRITORY MANAGEMENT . . . . . . . . . . . . 5 Do I Have Customizable Forecasting? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Setting Up Customizable Forecasting . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6 Sandbox Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7 ENABLING TERRITORY MANAGEMENT . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

How to get a free salesforce developer org environment

NAvigate to developer.salesforce.com/signup Enter your details ,email id and one user name You will recieve  activation link in your email Please click on that and proceed to your new org.