Interesting what you are experiencing there.
It looks to me like you need to break your filter up into at least three others.
I would suggest actions 1 - 3 be in one filter, the push fields be in another,
and then the goto be in yet another filter action.
If you are needing them to loop, just put them in a filter guide to cause them
to loop, this might even allow you to avoid using the goto. Generally, gotos
are not good to use if you can avoid them.
If I understand what you are doing correctly, you would need the following:
Filter 1:
Set Field GRUPO_AUX2_INT (536870929) = 3006
Set Field GRUPO_AUX3 (536870930) = CRT:Adm_Risco
Set Field GRUPO (536870920) = CRT:Adm_Risco
Set Field GRUPO_AUX1_CHAR (536870928) = 3000;3014;
Call Guide
Guide:
Filter 1:
Push Field (might need to force phasing override with `! and
this is assuming that you are parsing out the value which you are needing to
push from GRUPO_AUX1_CHAR.)
Filter 2:
Set Field GRUPO_AUX1_CHAR =
SUBSTRC($GRUPO_AUX1_CHAR$,(STRSTRC($GRUPO_AUX1_CHAR$, ";")+1))
Filter 3:
IF GRUPO_AUX1_CHAR != ";" AND GRUPO_AUX1_CHAR != $NULL$
Go to Guide Label START (Make sure you put this guide label in
at the beginning of your guide)
I hope I am understanding correctly what it is you are needing. If so, then the
above should work, if not, then it probably won't :)
Thanks,
Gary Opela, Jr
Sr. Remedy Developer
Leader Communications, Inc.
405 736 3211
-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED]
On Behalf Of Tadeu Augusto Dutra Pinto
Sent: Tuesday, February 26, 2008 7:35 AM
To: [email protected]
Subject: RES: Action "deffered" in Filter/Active Link
Thank you, Gary...
But it still doesn't help me..
My problem is that I would like to create one record (in other form) for each
time that I read a value on my form...
This iteration is done by 'Goto' Action...
I have achieved to create only one record on my form2... with the last value
read only (last iteration)...
What can I do?
My workflow is these:
1 - Set Fields (Get the first value from a list separated by ";")
2 - Push Fields (Creation of record in another form - form2)
3 - Goto (return to beginning of the workflow reading the next value from the
list separated by ";")
...
continue until my "list separated by ";"" were NULL;
Thankx again!
Tadeu Augusto Dutra Pinto
-----------------------------------------------------------------
IT Web Services ATM
Cinq Technologies
http://www.cinq.com.br
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Fone: 41 3018-2833 - Cinq
Fone: 41 2107-5736 - HSBC Outsourcing
-----------------------------------------------------------------
Confiabilidade, Inovação e Qualidade em T.I.
________________________________
De: Action Request System discussion list(ARSList) em nome de Opela, Gary L
Contr OC-ALC/ITMA
Enviada: ter 26/2/2008 10:16
Para: [email protected]
Assunto: Re: Action "deffered" in Filter/Active Link
Hey Augusto, have you tried forcing the filter to ignore phasing?
You shouldn't have this problem with active links, as they are not processed in
phases.
If you suffix the name of the filter with `! then remedy will not phase that
filter.
For instance: HPD:Helpdesk-Filter would be HPD:Helpdesk-Filter`!
For more information on this, you can read the Workflow Objects guide with
version 7.x, or the Basic Guide (starting at page 576, pages 584 and 585
describe the naming convention mentioned above) with version 6.x.
Thanks,
Gary Opela, Jr
Sr. Remedy Developer
Leader Communications, Inc.
405 736 3211
-----Original Message-----
From: Action Request System discussion list(ARSList) [mailto:[EMAIL PROTECTED]
On Behalf Of Tadeu Augusto Dutra Pinto
Sent: Tuesday, February 26, 2008 7:06 AM
To: [email protected]
Subject: Action "deffered" in Filter/Active Link
**
Good Morning for all of you...
I'd like to know if can I do something like these:
There is a Filter (or Active Link) that fires a sequency of 'Set Fields' action
followed by a 'Push Fields' action, and after the workflow/object fires a
'Goto' action to redirect to another Filter...
But I'm in trouble because the 'Goto' action is deffered... and, consequently,
it isn't executed... By the way, it is executed, but only at the end of the
Filter ... I would like that it ran on its real execution moment.
My log file for this object looks like these:
Checking SEC-Create_User_22-Fev_II (501)
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > --> Passed -- perform actions
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 0: Set Fields
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > GRUPO_AUX2_INT (536870929) = 3006
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 1: Set Fields
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > GRUPO_AUX3 (536870930) =
CRT:Adm_Risco
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 2: Set Fields
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > GRUPO (536870920) = CRT:Adm_Risco
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 3: Set Fields
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > GRUPO_AUX1_CHAR (536870928) =
3000;3014;
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 4: Push Fields
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > <deferred to phase 2>
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > 5: Goto Action
<FLTR> <TID: 0000001543> <RPC ID: 0000024768> <Queue: Fast > <Client-RPC:
390620 > <USER: Demo > Goto Execution Order: 502
Thankx-in-advancE
Tadeu Augusto Dutra Pinto
-----------------------------------------------------------------
IT Web Services ATM
Cinq Technologies
http://www.cinq.com.br
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
Fone: 41 3018-2833 - Cinq
Fone: 41 2107-5736 - HSBC Outsourcing
-----------------------------------------------------------------
Confiabilidade, Inovação e Qualidade em T.I.
__Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are" html___
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"