RishiRaj
(RsihiRaj)
May 27, 2022, 12:33pm
1
Hello everyone,
We want to restrict some users from deleting an entry in any respective form.
I.e. if there are person a, b, and c, then all the users can enter anything in any form but only person a is given right to delete that entry or record.
Does anybody has any solution to this query.
Any help would be great.
Thanks,
Rishi
1 Like
Craig
(Craig Rogers)
May 27, 2022, 12:34pm
2
Ive done this with a method security.
1 Like
RishiRaj
(RsihiRaj)
May 27, 2022, 12:36pm
3
can you please briefly define the steps?
Craig
(Craig Rogers)
May 27, 2022, 12:37pm
4
Its in Service security. you need to know what business object you are using and then find the Delete method.
1 Like
RishiRaj
(RsihiRaj)
May 27, 2022, 12:42pm
5
Thanks @Craig . I’ll try it.
RishiRaj
(RsihiRaj)
May 30, 2022, 7:33am
6
I’ve tried it, but the process is not getting into effect.
Still people can delete the job entry, even if only one person is given access of deletion.
Craig
(Craig Rogers)
May 30, 2022, 2:37pm
7
What Business object are you using?
Craig
(Craig Rogers)
May 30, 2022, 2:43pm
8
make sure to uncheck this.
and on the method, you may have to run a trace log to see what method is called in delete.
it might be one of these.
RishiRaj
(RsihiRaj)
May 31, 2022, 4:02am
9
Yup, we took care of these checkboxes too, but the outcome is not as per the requirement.