Highlight lookup Border in case of error: Dynamics CRM 2013

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:

image

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s