Hi,
I am new to Dynamic AX and trying to figured out something about permission.
I am using AX Dynamics 2009. Now a customer asked me to restrict access to a form for specific group allow them to see only specific fields.
Using User Group permission I restricted access to the table field and indeed they are not visible anymore but I have some issues:
1)The label are still there and I cannot find a way to hide these only to the specific group so what is left on the form is all messed up.
2) One of the field is not populated directly from a table but call a function/method like this:
display Name namex()
{
return name_active.namex;
}
How can I restrict access to this? From user group permission I cannot see this function and I cannot figured out how to do it through AOT.
Hope this was clear enough.
Any help would be appreciated.
Regards
Federico
*This post is locked for comments
I have the same question (0)