Hi,
static void AlfasithTotalRolesInAX(Args _args)
{
SecurityRole role;
while select role order by Role.Name asc
{
info(strFmt("%1 --- %2",Role.Name,Role.RecId));
}
pause;
}
Regards,
static void AlfasithTotalRolesInAX(Args _args)
{
SecurityRole role;
while select role order by Role.Name asc
{
info(strFmt("%1 --- %2",Role.Name,Role.RecId));
}
pause;
}
Regards,
No comments:
Post a Comment