开发者

In Mscrm 4.0 how can a form be readonly, including the relationship link

开发者 https://www.devze.com 2022-12-27 12:37 出处:网络
In MS CRM 4.0 how can a form be readonly, including the relationship link. Clicking the link must show readonly forms of related entities as well (if main entity i开发者_Go百科s readonly even realtion

In MS CRM 4.0 how can a form be readonly, including the relationship link. Clicking the link must show readonly forms of related entities as well (if main entity i开发者_Go百科s readonly even realtions must appear as readonly whereas its not.).


CRM doesn't give you a means to do that. You'd have to do some (not only "some", actually) very heavy DOM manipulation, and there might be places you just have no chance of getting to.

(It'd be fun to at least try and see how far you can really get, though.)


you can remove the create, edit, delete asign and asign to permissions for the user/role and entity you want to be readonly.

0

精彩评论

暂无评论...
验证码 换一张
取 消