• sfquestiondev
  • NEWBIE
  • 0 Points
  • Member since 2011

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies

Hi, In MySQL we have limit on select for examle "SELECT * from Table where x=y order by z LIMIT 5,10"

 

It will return only 6,7,8,9 rows.

 

What is a equal sintax in appex trigger?

Hi,

 

Can someone help me in plain english and step by step about this problem:

 

I have one account with five opportunities attached to its account.

At account i have a field total_amount__c

 

I need a trigger code that will sum all amounts from this five opportunities and update total_amount__c field with sum result.

 

Please if enione can help me

 

Thank you!

Hi,

 

Can someone help me in plain english and step by step about this problem:

 

I have one account with five opportunities attached to its account.

At account i have a field total_amount__c

 

I need a trigger code that will sum all amounts from this five opportunities and update total_amount__c field with sum result.

 

Please if enione can help me

 

Thank you!