<Apex:commandButton Value="Search" action="{!Search}" onclick="this.disabled=true;this.value='Searching..';this.form.submit();" oncomplete="this.disabled=false;this.value='Search';"/&g...
Reset Security Token in Salesforce
Nitesh Kumawat
No comments

When you access Salesforce from an IP address that’s outside your company’s trusted IP range using a desktop client or the API, you need a security token to log in. A security token is a case-sensitive alphanumeric code that you append to your password or enter in a separate field in a client...
Quotes Management in Salesforce
Nitesh Kumawat
2 comments

A quote is basically a record showing proposed prices for any product or service. When we add a product into an opportunity, Salesforce will automatically link our quote with the product and allow us to generate and email the quote to the customer. We can have multiple quotes associated with a single...