Is there any way to give users access to specific ...
# accounting
j
Is there any way to give users access to specific accounts versus all accounts?
k
department restrictions - but fair warning, it probably isn't a great fit for what you are asking for.
j
Thanks, @KevinJ of Kansas
k
Meaning its 1:1 instead of saying "hey departments a b and C can post to this account" you get " only department A"
I'd probably leverage a script and a multiselect field on the accounts.
j
So, I should add a multiselect field > If MultiSelect Field = "whatever" AND User Role = "Whatever" > Run User Event Script : Before Record Load (On View) > Load The Page as an admin.
Or something like that? I haven't done much with Server Scripting. Mainly just client side stuff
k
Eh, I'd probably do it client side anyways "hey - you picked this account that you aren't allowed to post to"
👍 1
j
Thanks, @KevinJ of Kansas. This worked well for me.