IBusinessObject IcreateBusinessObjectWithVerb(string busObjName, string verb);
An IBusinessObject object that holds the new business object with the specified verb value.
The Server Access Interface creates a business object of type busObjName and initializes it with the verb verb. It then sends this business object back to the access client. Only verbs supported in the business object definition are valid.
// Create the business object IBusinessObject exampleobj = null exampleObj = accessSession.IcreateBusinessObjectWithVerb("AcctsRecCurrent", "Retrieve");