I have a table that has a sfGuardGroup column so when a user logs in, they can only see the records users in their group have made.
When creating a record I want to have a select box for the sfGuardGroup that only contains the groups that the logged in user is a member of.
Anyone know how to do this please?
Thanks