Migration goal
Get the name of the user under whom ProjectWise evaluates the configuration.
What changes
The legacy ProjectWise configuration used a system variable. ProjectWise CEL receives a thisUser object from the host and reads its name property. This is not a database query.
Why the CEL solution is clearer
The expression identifies both the object and the required property. The same object can expose a description or email without introducing another legacy token.
Before deployment
Confirm whether the target field needs the login name or the user description. thisUser.name and thisUser.description are not interchangeable.
Sources
BENTLEY-PW-CEL-SYSVARS— official system-variable replacement table.BENTLEY-PW-CEL-CONTEXTS— availability ofthisUser.