Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need your help about section access,
I have one field that I would like to control all section as follow (field called 'TEST');
TEST
-A1
-A2
-B
-C
I would like to make section access something like this;
USER TEST
MIKE *
SARAH B
JOHN C
BEN A1,A2
TOM A1,C
Now I can do control section access for MIKE, SARAH and JOHN.
But what should I do section access for BEN and TOM???
Thanks.
in this case repeat same line twice
USER ,TEST
MIKE, *
SARAH, B
JOHN, C
BEN, A1
BEN,A2
TOM, A1
TOM,C
Regards,
Prashant Sangle
in this case repeat same line twice
USER ,TEST
MIKE, *
SARAH, B
JOHN, C
BEN, A1
BEN,A2
TOM, A1
TOM,C
Regards,
Prashant Sangle
It's working very fine, Thank you so much