• Tapas-Tripathi
  • NEWBIE
  • 15 Points
  • Member since 2015
  • Tata Consultancy Services


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hi, 
I'd like to create a button/checkbox that will update three picklist fields and one text field in the Opportunity record. These values would be coming from the Account record.
I'd like it to have the same functionality as a checkbox for "same as bill-to address" when processing a payment...

Field update logic:
Opportunity_Application__c  UPDATED FROM account.application__c   (PICKLIST)

Opportunity_Industry_Field__c UPDATED FROM account.industry_field__c   (PICKLIST)

Opportunity_Business_Type__c UPDATED FROM account.business_type__c    (PICKLIST)

Opportunity_Materials__c UPDATED FROM  account.materials__c   (TEXT AREA (255))

Thank you!!!