Highlight lookup Border in case of error: Dynamics CRM 2013 May 7, 2014 deepeshsomani2013 Microsoft Dynamics CRM We needed to highlight border of lookup field in some way in case of error. We needed to implement highlighting lookup in some way. We used following script: $(‘#fieldname’).find(‘div[class=”ms-crm-Inline-Value ms-crm-Inline-Lookup”]’).attr(‘style’,’border: 1px solid’); Following is the end result: AdvertisementShare this:TwitterFacebookLike this:Like Loading... Related