locked
CRM 2011 - How to modify text in Quick Find Record RRS feed

  • Question

  • CRM 2011 - How to modify text in Quick Find Record

    Requirement end user

    Thank You


    • Edited by Apiwats Wednesday, June 26, 2013 4:28 AM Upload picture
    Wednesday, June 26, 2013 4:27 AM

All replies

  • I am facing the same issue.  Was wondering if anyone has an answer for this?
    • Proposed as answer by Litonn Monday, September 16, 2013 5:28 PM
    Monday, September 16, 2013 3:40 PM
  • I believe if you know the id of the control which is crmGrid_findHintText in this case will work with Javascript or JQuery

    JQuery

     $('#crmGrid_findHintText').val('what ever text you like') will do the work if you include jquery

    Javascript

    document.getElementByName('crmGrid_findHintText' ).Value= 'what ever text you like';


    Make sure to "Vote as Helpful" and "Mark As Answer",if you get answer of your question.

    Monday, September 16, 2013 5:28 PM
  • My question here is where will we put this code?

    Regards Faisal

    Tuesday, September 17, 2013 7:54 AM
  • Is this supported?
    Tuesday, September 17, 2013 1:36 PM