How to configure Rule condition in Business rules in VBS that if logged in user equals to person id
We have a requirement of hide fields based on the condition of if logged in user equals to person id of that document of record then certain fields to be hidden. In responsive UI we have achieved this through personalization (#{bindings.DisplayName.inputValue != securityContext.userProfile.displayName}). However coming to Redwood unable to re-create that particular condition.
I have tried to re-create the same rule in Express Mode VB.
steps followed: 1. Clicked on "Configure Fields & Regions", Created form rule of regular type. Rule conditions are mentioned as below. But, Couldn't see User id comparing column.
Tried the following advanced expression but no luck.