You need to sign in to do that
Don't have an account?

trigger calculation
hello friends
plz help me with the code.
Based on the probability, calculate the amount for each product and display the amount.
Display the cumulative amount in Opportunity object only if the cumulative probability has crossed 50%.
plz help me with the code.
Based on the probability, calculate the amount for each product and display the amount.
Display the cumulative amount in Opportunity object only if the cumulative probability has crossed 50%.
Please try this piece of code. Hope it will help you.
If this code helps you. Please mark it as best.
Regards,
Suraj
All Answers
Please try this piece of code. Hope it will help you.
If this code helps you. Please mark it as best.
Regards,
Suraj
tnx it really hepl me a lot ..
can u also help me in batch questions plz...i m in big trubble..i have to complete casestudy..but my codeing skilsis less..there r 20 questions left..plz suraj.
1. Assume there are 10 million Account records in the Org. Create a custom field on Accounts called Import Date (Data type: Date). For all these Accounts, populate the value for the Import Date field (value should be same as the Created date of the record).
2.Merging duplicate records in leads based on first name and last name. Batch should run every day.
3.Assign all the leads created during non-business hours to specified queue and leads created during business hours to specified queue.