Within a template, Identity Manager will only be able to access the display name of the current column with the $columnname[D]$ notation. Otherwise the value can be accessed via VB scripting:
Dim ColCaption as String = me.Connection.Tables("xxx").Columns("xxx").Display
If the display value is retrieved, the value of that specific named column can be fetched:
Dim MyColValue as String = Connection.GetSingleProperty("MyTable",ColCaption,"MyWhereClause").String
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy Cookie Preference Center