General

General

How to use a script parameter in a script in SCDM

    • FAQFAQ
      Participant

      1. Create a script 2. Publish the script as a group 3. Right click on the group and select Create Parameter. This will create Parameter1 by default 4. Create an arbitrary variable in the script as follows: variable = Parameters.Parameter1 5. The Parameter1 value is now assigned to “variable”.