Serouche,

In ARS a field is most analogous to a Variable in traditional
programming languages. And as such there are a few special "variables"
that the system uses even if you do not actually have them define on
the form. field 1005 is one of those fields. So my guess is that your
form does not yet actually have a field with that field id. Add a
field with that id and the rest of the proper settings for this field
and I think your problem will go away. (check out the PDF docs for the
correct settings for any such "reserved range" field before you add it
to a form.


ARS101
--
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 10/11/06, Serouche Rahimpour <[EMAIL PROTECTED]> wrote:
Hello listers,

ARS 6.00.01
Mid-tier 6.3

I am trying to catch the value of strings my users may look for by using
the advanced search bar.
So I run an AL with an if condition '1005' != $NULL$
This works fine when I want to display a message for instance.
But If as action I set a Set field My Field = $1005$ it does not work.
On save my AL says Field ID is not related to this form.
So I am just wondering whether this field 1005 could be realted to
another form but still being used catched in my form.
If you see what I mean ;-)
If you don't, so sorry for me taking your time.

Thank you.
Serouche

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at http://www.wwrug.org

Reply via email to