Solved

Link parameters

  • 4 August 2022
  • 4 replies
  • 15 views

Badge +1

Hello !

 

I use a SystemCaller in order to copy files.

This files come from 2 differents folders and have to be copied from to different ways (command lines are differents) and - in addition- I want the user to choose if he wants to "copy/Y" or "Ycopy" the files.

So I have 2 types of command lines from 2 publics parameters but they have the same values "Copie SANS sous-dossiers" and "Copie AVEC sous dossiers":

imageAnd

image.pngSo when the user run the workbench he has 2 parameters to choose but they are named the same way:

imageIt is possible to link these 2 parameters and give the user only one parameter to choose ?

 

Thank you !

icon

Best answer by dustin 4 August 2022, 15:49

View original

4 replies

Userlevel 3
Badge +26

In your AttributeCreators, point them both to a single parameter since they both have the exact same value. Then simply delete the one not being used.

Badge +1

Actually, the values are different :

image 

image

Userlevel 3
Badge +26

Actually, the values are different :

image 

image

You will need to use a Conditional Value in each of your AttributeCreators. If the parameter = Copie AVEC sous dossiers, then do this. If parameter = Copie SANS sous dossiers, then do that.

imageimage

Badge +1

yes, logical ! It works. Thank you !

Reply