Hi all,
we are use crm2016
we need to prevent change entity image
any idea?
thanks
*This post is locked for comments
Hi all,
we are use crm2016
we need to prevent change entity image
any idea?
thanks
*This post is locked for comments
Using Unsupported way ,might be you can do that using java script .
1- take id of the image div section
2- Apply disply : none css
If you dont want to remove write access , Create security roles or teams and assign to the user . Check particular user roles or team for the record in the plugin and throw exception.
Hi,
it seems this is not possible.
stackoverflow.com/.../trigger-a-plugin-step-on-entityimage-change
So I create new plugin that trigger on update contact.
I want to select "entityImage" in the filtering attributes, but I don't find it.
Can you please explain me what should I do exactly to make the plugin to be run after user changed the "entityImage" field?
Thanks!
Hi Nomi,
"entityimage" is the correct field but you can't use it in a workflow. You have to build a custom plugin and throw an Exception when an user tries to change the field.
Hi,
I want to throw an exception when the user changes the entityImage, but I don't find this field,
How does the field called?
If there is no possibility of doing so, there is another idea how can we prevent the change?
Thanks!
Hi,
I don't think there is any way to restrict the write access for the just the entity image. This is a kind of field and users can change it if they have access to update contact. I checked the field security as well but this is also by default disable i.e. you can't implement field security as well for this.
I also check out of box workflow but it looks like you can trigger a workflow either on change of entity image. so last option (which I didn't check) but believes should work is using a plugin on contact update and then checking the image & user and then throw error if required.
Hope this helps.
If you set the Write privilege on Contact to User than only (you as) the owner of the contact can change the entity image
Hi,
I want to update the contacts images in my job.
But I don't want that the others users will be able to change it.
Any idea?
Thank you
Hi ,
What are you trying to achieve ? can you please elaborate ?
André Arnaud de Cal... 291,711 Super User 2024 Season 2
Martin Dráb 230,458 Most Valuable Professional
nmaenpaa 101,156