View all questions & answers for the CSA exam
Which method call returns 'true' only if the currently logged in user has the catalog_admin role and in no other case (e.g. regardless of admin role)?
g_user.hasRole('catalog_admin')
g user.hasRoleExactly('catalog_admin')
g_user.hasRoleOnlyfcatalog_admin')
g_user.hasRoleFromList('catalog_admin')
Submit