Design Pattern -Posting Permission group

Good Morning , I need to implement a strategy NAV 2016 to enable the posting functionnality only after validating if the user belong to a specific group of permission

Event the user click on button post

Then program validate if the user belong to one group

if that the case go to proper table and enable the posting variable and excute the posting action .

My question should use a design pattern such observer to make sure is there interaction between the gui( post button click) or the and the validate function and the table or use a different design pattern ?

Or is there another way to allow only member of specific group to post ?

if you have any suggestion for the design pattern and how to implement it let me know .

Regard Rodd!

Hi Rodd,

Did you forget hat you already posting the same question? [;)]

If you think that your question is forgotten (it’s only been 3 days which was weekend), then you’re wellcome to add “more” information to your question (via a reply). That would “bump” the thread. But only if you have more information that could help the other members answering your question.

I’m closing this thread, please go to the first post:

[View:~/nav/f/106/t/89781:320:50]

Is there another design pattern or the osberver pattern ?
I believe we have to implement the design pattern is 1535 codeunit .

But I m not sure where I have to implement the method to verify is the user is belong to specifc group .
Then launch to event .