Hi,
Any ideas on how to do this?
I have a SMO (SMartbox) with a column featuring UserIDs
On the initialize rule, i want to check if the current user matches any entries in the SMO UserID column.
If so, allow access, otherwise divert to an access denied page.
I'm using an expression on a Name Data Label to ensure the current users UserID is in the same format as the UserIDs in the SMO UserID column.
I tried using a Get List method on the SMO and passing the UserID of the current into the Filter, but it doesn't work.
Any ideas?