waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Suggestion: Metadata driven permissions #68

Open kine opened 6 years ago

kine commented 6 years ago

I have and idea but no time to do it myself:

Be able to define permissions for permission sets for actual object through "metadata" of the object.

E.g. I will add something like:

//Permissions:MYAPPSETUP-RMID
//Permissions:MYAPPUSER-R
//Permissions:MYAPPUSER2-Rmid

And some command will generate the permission xml based on this. What do you think?

waldo1001 commented 6 years ago

Interesting! Let me think about it! - shouldn't be hard to do!