An org has two custom objects:
* Plan_c, that has a master-detail relationship to the Account object.
* Plan_item_c, that has a master-detail relationship to the plan_C object.
What should a developer use to create a Visualforce section in the Account page layout that displays all of the plan.. Account and all of the Plan_item_c records related to those plan_c records.
Currently there are no comments in this discussion, be the first to comment!