S
Santosh Patel
Guest
You would use the getAllB service to populate the existing set of B objects when filling the lookup field. Basically a getAll_R##### would be used when showing a current object (viewing) or when editing to show the current set of Bs that are related to A. During create/edit you may want to list out all Bs so that the user can add more Bs to the lookup field in A, which would be achieved by getAll_B. A getAll_ object_integration_name method is provided under all objects which are related to the primary object of the View exported. Do get back if you still have doubts. Regards, Santosh
Continue reading...
Continue reading...