amtrack / sfdx-browserforce-plugin

sfdx plugin for browser automation
MIT License
109 stars 37 forks source link

Add option to enable the "Knowledge User" checkbox on a user #548

Closed RupertBarrow closed 1 year ago

amtrack commented 1 year ago

Hi @RupertBarrow , could you please explain the background of your request?

Can't this be done via SOAP API (UserPermissionsKnowledgeUser on User SObject) or Anonymous Apex? Or is there something I'm not aware of?

JackVeromeev commented 1 year ago

@amtrack I guess, yes, it's possible via soap API or developer script update new User(Id , UserPermissionsKnowledgeUser);

amtrack commented 1 year ago

@RupertBarrow Could you please check and confirm? Thanks @JackVeromeev !