Hello!
How can I get all security roles list without using fetch?
Thank you for response.
*This post is locked for comments
Hello!
How can I get all security roles list without using fetch?
Thank you for response.
*This post is locked for comments
Hi Tim,
Thanks for solution and I guess you miss one line here.
var userroles = service.RetrieveMultiple(query);
Query the role entity, like this:
QueryExpression query = new QueryExpression()
{
EntityName = "role",
ColumnSet = new ColumnSet("roleid", "name", "businessunitid", "iscustomizable", "ismanaged",
"createdby", "createdon", "modifiedby", "modifiedon")
};
I want to use SDK.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156