System Variable Links

Links can be defined to extract information from two system variables:

  • TODAY. Returns today's date.

  • WHO. Returns the log-in name of the user who started the configuration session.

You can use the TODAY system variable to write time-sensitive constraints. For example, you create a link named TodayDate that stores the value of the TODAY system variable. You could then write a constraint that says if today's date is later than December 23, 2001, then the product 64 MB RAM is required in computer configurations.

You can use the WHO system variable to customize configuration constraints based on the user log-in name. For example, you create a link named UserName that stores the value of the WHO system variable. You could write a constraint that says if the user's log-in account name is jsmith, then 64 MB RAM is required in computer configurations.