• Saurav nirwal 21
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 12
    Questions
  • 2
    Replies
How to create approval steps for aprroval process in metadata.
i can created the approval process in metadata but we can't pass the value in assignes approver.

please send the code of creation of a approval steps for aprroval process using metadata.
Paypal Integration using PayFlow pro gate way in salesforce 
How to read word document file in salesforce 
how to create document folder in salesforce using visualforce page
. Create a new PickList “Custom Status” in Opportunity object.(New,Open,Close,Reset) values.When this field changed and value is “Reset” now then delete all associated products(opp. Lines)
with related Opportunity
User created a new Field in Account (Parent Account) as a lookup.
So now he wants to managing child counts so create a new field of type number (childCount).
Create a trigger to update childCount accordingly.
:: Trigger on After Insert,After delete,Affter update
Create an Email Service,
1) >> Service receive email with XML as a attachment, do coding for fetching XML document with it.
Create a VF Report Page where user can see the Sum of the Opportunity Amount which is related to each Account. (List any 10 Accounts)
When Opportunity status changed send mail to Owner using Email Template by Apex Code
Add a button on Contact list page when click on it show actual api name of all student fields as alert one by one
Create a Scheduler to mail to Opportunity Owner , if not modified for last 30 days.
In Opportunity, If the stage is changed from another value to CLOSED_WON or CLOSED_LOST,populates the Close Date field with Today().
Paypal Integration using PayFlow pro gate way in salesforce 
how to create document folder in salesforce using visualforce page