I am attempting to build a customisation to declutter certain record cards/lists/processing screens for areas of the system which will not be used by certain clients.
I expected I could do the below to hide the intrastat fast tab on a customer/vendor record or a similar commend to hide Intratat reports on the role centre, I am doing this via a customisation so i don't have to document the changes and make the amends to personalisation on every role
modify(intrastat)
{
Visible=false;
}
Visual studio advises that this is not a valid field despite having the following AL packages downloaded
Similarly I have tried to amend the form via design mode in a sandbox and rename the tab to ' ', when i download the customisation and attempt to compile in visual studio I get the same warning