GetBusiness Object method See Also DescriptionThe following example shows how to create and release a BusinessParters object. 'Create a BusinessPartner object Set vBPs = vCompany.GetBusinessObject(oBusinessPartners) 'Use the object 'Define variables 'Set the mandatory and required properties 'Call the object method '... 'Release the BusinessPartner object Set vBPs = Nothing