After I query * from CI_INFOOBJECTS for a FullClient object, I am having problems accessing printer info:
IFullClient deski = (IFullClient) obj;
IFullClientPrinterOptions optPrint = deski.getFullClientPrinterOptions();
integer copies = optPrint.getCopies();
raises an exception that SI_COPIES property does not exist.
Please help.