We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
OGo commands are classes that implement a specific kind of operation, similar to an NSOperation. They are looked up using the BundleManager.
NSOperation
account = [[self session] activeAccount]; account = [self runCommand:@"person::get", @"companyId", [account valueForKey:@"companyId"], nil];
addrs = [self runCommand:@"address::get", @"companyId", [account valueForKey:@"companyId"], @"returnType", intObj(LSDBReturnType_ManyObjects), nil];