Topic Options
Rate This Topic
#136637 - 02/13/07 12:13 PM Dynamic Run Process
Yohann Offline
Stealth Member

Registered: 02/13/07
Posts: 61
Loc: France
Hello !,

I am trying to do a workflow in ARS 6.3 for my custumer. The aim is to import by csv files some externals actions attached by button in CHG:Task the button will execute different command depending the task and the user location.
I have no problem to import the file in a form and attach button with the commandline :
1- the file is imported into an import form1
2- a filter push fields into another specific form2
3- active link set a field (command1) from the form2 to CHG:task on display in CHG:Task with the command to execute by the button
4- the button is activated is the command1 field isn't empty.

Well, when I clic on the button by the user the command execute. But the problem is the variables of the command. In fact the variables are defined in the csv file and refer to field in task (ex : $Requester Name$), but when the command is executed, there is no interpretation of the parameters.

If anyone have an idea how to interpret variable by remedy fields in a dynamic command, it could help !!

Thanks

Yohann LECHENE
_________________________
------------------------
* Yohann LECHENE *
------------------------

Top
#136638 - 02/13/07 12:51 PM Re: Dynamic Run Process [Re: Yohann]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Hi Yohann, \:\)

Try using the Application-Copy-Field-Value process to set the good parameters values before running the process.
_________________________
Vincent.

Top
#136655 - 02/16/07 08:35 AM Re: Dynamic Run Process [Re: Vincent_RIEDWEG]
Yohann Offline
Stealth Member

Registered: 02/13/07
Posts: 61
Loc: France
hi !

It doesn't work, i've tryed to use Application-Copy-Field-Value trought a filter (I'm on 6.3 release), but I 've got an error on my filter logs :
0: Processus
<FLTR> <TID: 0000001440> <RPC ID: 0003338410> <Queue: Fast > <Client-RPC: 390620 > <USER: ylechene > $PROCESS$ Application-Copy-Field-Value $778000001$ $8$
<FLTR> <TID: 0000001440> <RPC ID: 0003338410> <Queue: Fast > <Client-RPC: 390620 > <USER: ylechene > **** Erreur lors de l'exécution d'une action de filtre

---
the ID $778000001$ is the value of the field one, and $8$ is the value in the field 2, but nothing happened, the field $8$(description) does not have the value of the field $778000001$.

any idea ?

Yohann.
_________________________
------------------------
* Yohann LECHENE *
------------------------

Top
#136660 - 02/16/07 12:46 PM Re: Dynamic Run Process [Re: Yohann]
Vincent_RIEDWEG Offline

Old Hand
****

Registered: 05/24/05
Posts: 1454
Loc: France
Yohann,

This process take in parameter Source and destination Field ID. Does theses fields contains field IDs?

Try with : Application-Copy-Field-Value 778000001 8

There is a bug in 6.3, this process always returns the same value if it fails or not...
_________________________
Vincent.

Top