
- Create an object called A, with a date field called DateA
- Create an object called B, with a lookup field to A and a date field called DateB
2.- Create a trigger that will set the DateA field as the highest of the children's DateB field
3. -Create a VF page that will receive the id of an A object and will allow you to mass edit the DateB fields on the child B objects, in a table
3 réponses
Hi Karuna,
Regarding creating of objects: https://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_customobject.htm
Creation of fields: https://help.salesforce.com/HTViewHelpDoc?id=adding_fields.htm
I would advice you to go over the documentation and steps, as this is the best way to learn a new technology.
Regarding coding advice, I would check the developer community: http://developer.salesforce.com
The developer community is focussed on these kind of questions!
Good luck, let us know if you are stuck somewhere!