CS
SCALE.sdm
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage
Confidential information

1.221

Release date: September 24, 2024

ImprovementAdditional placeholders are now available for referencing information about the user who assembles a run. [ #2377 ]

The following placeholders are now available for information about the owner:

  • User name = LOCO_USER (already existed), and ASSEMBLY_USER_ID (newly added)
  • Full name = ASSEMBLY_USER_FULL_NAME
  • Email = ASSEMBLY_USER_MAIL
  • Department = ASSEMBLY_USER_DEPARTMENT
  • Organization = ASSEMBLY_USER_ORGANIZATION
  • Phone = ASSEMBLY_USER_PHONE
  • Site = ASSEMBLY_USER_SITE

Note: This only works if it is configured by IT so that the information is also transmitted to the system by the IDP (identity provider) when logging in.

ImprovementUser information is now extracted from the login request header. [ #2380 ]

System admins can configure which information from the header should be mapped to which field under Admin > Account manager > Users. For example, the admin could decide that “givenname”+“surname” should be mapped to “full name”. This is useful because it prevents admins from having to manually enter information for each user.

Note: This only works if it is configured by IT so that the information is also transmitted to the system by the IDP (identity provider) when logging in.

Bug fixAvailable RunConfigs are now correctly updated when switching to a different pool version within the same Model tab. [ #6607 ]
Bug fixDeleted attribute values are now correctly matched to the corresponding runs. [ #6645 ]

This bug affected client versions greater than or equal to 1.217.x. If an attribute value was deleted in a parameter table, then the empty cell did not match runs that had a value for that particular attribute. This behavior has been fixed.