• MIDHUN G REDDY
  • NEWBIE
  • 20 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 10
    Questions
  • 0
    Replies
Hi,
i have two picklists and one text box, Based on picklist values i want to display result value in textbox
Automatically
Any Help..

Thanks
Midhun
Hi,
i Want to Display Direct Commission / Total Incentive value Based on Entered Values  and save it

Direct Commission= Percentile of BSP * Basic Selling Price
Total Incentive= Direct Commission + Registration Bonus
please Guide Me..
Validation Rule
Thanks
Midhun
Hi,
How to Write a Trigger To Send Email With Attachment, When New Contact is added.
Attachment Should have contact Details.Guide me with code please...

Thanks
Midhun
User-added image
My Trigger code:

trigger AccountAddressTrigger on Account (before insert, before update) {

    for(Account a : Trigger.new){
        If (a.Match_Billing_Address__c = true && a.BillingPostalCode!=Null)
        {
            a.ShippingPostalCode = a.BillingPostalCode;
        }   
    }

}

Please guide me where i make a Mistake..

Thanks
Midhun
 
Hi,
Please Explain me with code
How to save inbound Email messages in to Excel

Thanks
Midhun
Hi,
How to Write a Trigger To Create Records 
Explain me with code..

Thanks
Midhun
Hi,
i have a csv file contains 10 rows, i need to store
first 6 rows in one object
next 2 rows in another object
next 2 rows in another object

Please explain with code and Example..


Thanks
Midhun
Hi,
   How to Create Custom Button to Send Email to a Specific Email ,Please explain with code
Hi,
please Explain with code to write Validations for phone number object..