I want to hide a button based on user permission. I thought it would be as simple as setting the Visible property to a formula that evaluates to a boolean. Yet, the formula I am using always returns true. Can anyone help me understand what is happening?
Visible = DataSourceInfo(ECTCR_Tracking, DataSourceInfo.EditPermission)
After that is a set I test the functionality with an account that only has read permissions, yet that button still shows up. Is this a bug?