Hi Members,
Regarding to Advance security setting, if the second option is selected "User can see and edit their own data only", then only the owner of a record may alter that record. This means if a records created by user name JohnWin only user with user name JohnWin ID can view and alter that records.
Is there any way for that any user name which begin with Jo or Joh or John or JohnW ... may view and edit records created by JohnWin ?
In SQL query this is equivalent to
SELECT FROM tabel1 WHERE owner='Joh%'
I want it be like this
SELECT FROM tabel1 WHERE owner LIKE 'Joh%'
any helps Please!!!!
Thank you,