| **
In filter Run If qualifications only (not Set Field or Push Field If
qualifications), the qualification can access values for the current record
from the current transaction or from the database. This makes it possible for
you to check state transitions. (ßFrom Remedy
Help File) I think we can not use TR and DB in SetField
or Push Field qualifications. any how I will try it out as you say.. Thanks and Regards, Gopala Krishna.Peela From: Action Request
System discussion list(ARSList) [mailto: The ‘TR’ and ‘DB’
qualifiers are used in the main filter condition. On submit to form F1,
filter B condition would be ‘TR.Column1’ = “X”.
You would then just use your push field to update form F2 with the value you
want. Since your filter is firing on a submit, you want to check the
value being submitted. If this doesn’t work, you may need
to provide more information. Is this only on submission of a new record
or update of an existing record in form F1? CRAIG J. CARTER From: Action Request
System discussion list(ARSList) [mailto: Hi, Thanx for response….Can we use like
‘TR.Column1’ in push field if condition…? Thanks and Regards, Gopala Krishna.Peela From: Action Request
System discussion list(ARSList) [mailto: Are you using the transaction value for
Form F1? You may want to try ‘TR.Column1’ since that checks
the transaction value being pushed to F1. CRAIG J. CARTER From: Action Request
System discussion list(ARSList) [mailto: Hi, Problem Description Overridden Filter “A” submits a record in Form
“F1” with value “X’ in Column1 Filter “B” executes on submit of Form
“F1” and checks the push field if condition
(‘Column1’=”X”) and modifies the form ”F2” But Filter “B” has been failing at push field if
condition even if Column1 got the value “X” The problem is Filter “B” could not identify
value “X” in Column1 of Form “F1” in push filed
if condition (I think the problem with overriding but I need to have
overriding in my workflows) How to overcome the above problem… Any help would be
appreciated Thanks and Regards, Gopala Krishna.Peela |
- Re: Problem with Overriding Gopala Krishna Peela
- Re: Problem with Overriding Carter, Craig J Civ ARPC/DPD
- Re: Problem with Overriding Gopala Krishna Peela

