In Mscrm 4.0 how can a form be readonly, including the relationship link
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.
精彩评论