SELECT {Edit Selected Columns}
WHERE {Editable Row Filter}
[End Date] IS NULL OR [End Date] > GetDate()
[User Account].[Cinchy Id] = CurrentUserId()
[Cinchy].[Users]
table. You can then use the following function to allow edit for that user, where [...]
is the chain of link columns to get to the Users table.[...].[Cinchy Id] = CurrentUserId()