I use Remedy C API for create and manage class items and I need to
create "join forms" with C functions. I want to load ARQualifierStruct
from c-string, for example:
   my function, that I will create
      loadQualifierStruct("('Operator' != $NULL$) AND ('Operator' = 2)",
&qualifier);

   The ARQualifierStruct structure must be filed with
ARLoadARQualifierStruct, that not allow to use two schemata, or with
ARDecodeARQulifierStruct, that not be used in that case, or I must
create my own function. If Remedy C API have already this function, it
will be easier for me.

   Danila

-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Papolu, Appajee
Sent: Friday, May 18, 2007 5:44 PM
To: [email protected]
Subject: Re: Load qualification string in ARQualifierStruct

(Unfortunately) the LoadQual C API function only handles qualifications
involving only one schema/form. The logic for Set/Push fields condition
processing is built in into Admin Tool and the run-time clients
(User/Mid-tier). However if it is an option, you might want to check out
the Java API or the .NET API which have surfaced similar capability as
an API method. 

In any case, may I know what your use case is, in case we can suggest
some other alternative?

Regards
Appajee


-----Original Message-----
From: Action Request System discussion list(ARSList)
[mailto:[EMAIL PROTECTED] On Behalf Of Danya
Sent: Friday, May 18, 2007 12:42 AM
To: [email protected]
Subject: Load qualification string in ARQualifierStruct

Hello

   I'm beginner at Remedy C API. I have a follow question.

   There's ARLoadARQualifierStruct function that may load qualifier
struct
for only one schema. For example "Run If" in filter.
   I need to load qualifier struct for join criteria (and "Set Field"
and
"Push Field" actions) where two schemata take a part.
   
   For example: Set Field from schema 1 to schema 2
                "'Operator' = $Operator$ AND 'Status' != $NULL$"

Sorry for my bad english!
-- 
View this message in context:
http://www.nabble.com/Load-qualification-string-in-ARQualifierStruct-tf3
776197.html#a10677797
Sent from the ARS (Action Request System) mailing list archive at
Nabble.com.

________________________________________________________________________
_______
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where
the Answers Are"

________________________________________________________________________
_______
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where
the Answers Are"

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to