Authorprashant.wayal

Custom button to convert Quote into pdf

C

Hi, Even though their is a standard button provided to convert a quote into PDF format, but many times we want to create a custom button to convert a quote into PDF by selecting the different template from the Quote Template’s. To overcome with this problem just follow the following steps. 1. Create a new Quote Template based on the standard template or as per your own wish. 2. Create a new...

How to create object in salesforce through Web-Service using Apex Metadata API

H

Hi All, many times we required to create objects into Salesforce through web services i.e. using Metadata API. Here is a sample code by which we can create such custom object into the Salesforce. for the Apex Metadata Api please refer Apex Metadata API this link. // Visualforce Page code <apex:page controller="MetadataUse" action="{!createObject}"> </apex:page> // Apex code...

Category