Oh.. and this class might be of some help too.. ( depending on exactly how you want to do things...)
com.remedy.arsys.api.ARQualifierHelper -- Carey Matthew Black Remedy Skilled Professional (RSP) ARS = Action Request System(Remedy) Love, then teach Solution = People + Process + Tools Fast, Accurate, Cheap.... Pick two. On Jan 25, 2008 3:56 PM, Carey Matthew Black <[EMAIL PROTECTED]> wrote: > Just guessing here(have not done it)... but I would start here... > > com.remedy.arsys.api.Util > > static QualifierInfo ARDecodeARQualifierStruct(ARServerUser ctx, > java.lang.String queryString) > Decode of ARQualificationStruct. > > static java.lang.String AREncodeARQualifierStruct(ARServerUser ctx, > QualifierInfo qual) > Encode of ARQualificationStruct. > > It may not get you to 100% of what you want... but it might get you > close enough. > > Another approach might be... Export the object in XML format and use > XML approaches to get the qualifier and decode stuff from there. ( It > might be easier than other string based approaches.) > > HTH. > > -- > Carey Matthew Black > Remedy Skilled Professional (RSP) > ARS = Action Request System(Remedy) > > Love, then teach > Solution = People + Process + Tools > Fast, Accurate, Cheap.... Pick two. > > > On Jan 25, 2008 2:54 PM, LJ Longwing <[EMAIL PROTECTED]> wrote: > > ** > > > > > I'm trying to write something for Remedy in the 7.1 Java API. I'm trying to > > use the QualifierInfo object and having difficulty translating it to > > something 'readable'. I'm hoping someone has written something that takes > > care of parsing the qual and turns what it gives you into something like > > > > 'Submitter' = "Demo" AND 'Create Date' > "1/1/2008" > > > > Any and all assistance is appreciated in this endeavor _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

