hi Here is the sample code for providing links in enduser menu based on the user admin roles
<Field>
<Display class='Link'>
<Property name='name' value='XXXXXX'/>
<Property name='URL' value='YYYYY'/>
</Display>
<Disable>
<not>
<contains>
<ref>waveset.adminRoles</ref>
<s>zzzzzz</s>
</contains>
</not>
</Disable>
</Field>
CHEERS,
Potash