Kayıtlar

Article search criteria etiketine sahip yayınlar gösteriliyor

Microsft CRM makale arama seçeneklerinin default değerini değiştirme

Resim
Müşterilerimizin biri makale aramada gelen seçeneklerin default değerini değiştirmemizi istedi, bu arama ekranı özelleştrilebilir alan olmadğı için, ie developper toolu ile inceleyip bir çözüm buldum. Eğer crm 80 porta kurulu ise c:\\inetpub\wwwroot\workplace\home_answers.aspx sayfası note pad ile açılıp aşağıdaki resimde görünen yere, şekilde 3 te görüldüğü gibi aşağıdaki script yapıştırılmalıdır. frmSearchInt.SearchMethod.value="CRMAnswer.BrowseSubject"; displaySearchOptions(false); Save the aspx file and refresh the page, you can see the default value changed.

Changing default value of the search criteria of Articles in ms crm

Resim
One of our customer wants to change the default value of search criteria on articles, article search form is not a customizable form. So I look up this form with IE developper tools. And I get the source code in c://inetpub/wwwroot/workplace/home_answers.aspx, and the name and values of the search picklist. Open the aspx with in note pad, and paste the code into aspx under the javascript section in aspx source. frmSearchInt.SearchMethod.value="CRMAnswer.BrowseSubject"; displaySearchOptions(false); Save the aspx file and refresh the page, you can see the default value changed.