Using the GetAllAllowedObjectNames Web Method
2 min
retrieves a list of all business objects request syntax list\<string> getallallowedobjectnames(string sessionkey, string tenantid); parameters sessionkey the session key from the connect web method tenantid the tenant for which the session key is authenticated return value an array of strings, where each item corresponds to the name of the business object example string\[] bonamearray = frsvc getallallowedobjectnames(authsessionkey, tenantid);
