Microsoft로 로그인
로그인하거나 계정을 만듭니다.
안녕하세요.
다른 계정을 선택합니다.
계정이 여러 개 있음
로그인할 계정을 선택합니다.
영어
죄송합니다. 이 문서는 귀하의 언어로 사용할 수 없습니다.

INTRODUCTION

This article describes how to customize the Alphabet Bar that is displayed at the bottom of the CRM Application Grids for Microsoft Dynamics CRM 4.0.
Starting with the Update Rollup 15 for Microsoft Dynamics CRM 4.0, the Alphabet Bar can be customized. At the organizational level, this means that the same customized Alphabet Bar will be presented when users access the Microsoft Dynamics CRM organization.

More Information

To customize the Alphabet Bar, follow these steps:

  1. Extract and then configure the Microsoft.Crm.SE.OrgDBOrgSettingsTool.exe.

    For more information, click the following article number to view the article in the Microsoft Knowledge Base:

    2479288 A new tool that retrieves and changes the Organization level settings in Microsoft Dynamics CRM 4.0 configurations is available

  2. The tool lets you either retrieve all customizable settings for a particular CRM organization or change those settings by supplying the name of the setting that must be changed and its new value. The setting that controls the customization of the Alphabet Bar is called "JumpBarAlphabetOverride."

  3. To run the tool, open a command prompt in the folder where the tool and the associated files are stored, and then run the following command:

    Microsoft.CRM.SE.OrgDBOrgSettingsTool.exe Update MyOrganization JumpBarAlphabetOverride "NewAlphabetBarDefinition"

  4. To reset the Alphabet Bar to its default definition, run the same command, but pass an empty string as the definition: 

    Microsoft.CRM.SE.OrgDBOrgSettingsTool.exe Update MyOrganization JumpBarAlphabetOverride ""


The Alphabet Bar definition

The Alphabet Bar definition has the form of a comma-separated list of the label and of the values to search for when the label is clicked. The default definition for the U.S. English CRM version is as follows:

(#:0|1|2|3|4|5|6|7|8|9),(A:a),(B:b),(C:c),(D:d),(E:e),(F:f),(G:g),(H:h),(I:i),(J:j),(K:k),(L:l),(M:m),(N:n),(O:o),(P:p),(Q:q),(R:r),(S:s),(T:t),(U:u),(V:v),(W:w),(X:x),(Y:y),(Z:z)

Note There cannot be any spaces between the character sets.

Example 1

To have the label character displayed as "A" return results for multiple versions of "a," you could replace (A:a) in this string with (A:a|ä|á|æ|ã). Each character after the colon (:) that is separated by a pipe character (|) will be searched on for the jump condition.

To update the organization settings, you would then have to run the tool by using the following command:

Microsoft.CRM.SE.OrgDBOrgSettingsTool.exe Update MyOrganization JumpBarAlphabetOverride "(#:0|1|2|3|4|5|6|7|8|9),(A:a|ä|á|æ|ã),(B:b),(C:c),(D:d),(E:e),(F:f),(G:g),(H:h),(I:i),(J:j),(K:k),(L:l),(M:m),(N:n),(O:o),(P:p),(Q:q),(R:r),(S:s),(T:t),(U:u),(V:v),(W:w),(X:x),(Y:y),(Z:z)"

Example 2

You can also extend the list of labels and of pairs of values if you have multiple jump points for each letter. Therefore, in addition to the label character that is displayed as "A," you can have a range of additional label-search value pairs that cover just a subset of the "A" range. 

To achieve this, you could replace (A:a) with (A:a),(Aa-Am:aa|ab|ac|ad|ae|af|ag|ah|ai|aj|al|am),(An-Az:an|ao|ap|aq|ar|as|at|au|av|ax|ay|az) in the Alphabet Bar definition. In this manner, you can filter from all the items that corresponds to "A" only the items in the "Aa-Am" range or only the items in the "An-Az" range. You would run the tool by using the following command:

Microsoft.CRM.SE.OrgDBOrgSettingsTool.exe Update MyOrganization JumpBarAlphabetOverride "(#:0|1|2|3|4|5|6|7|8|9),(A:a),(Aa-Am:aa|ab|ac|ad|ae|af|ag|ah|ai|aj|al|am),(An-Az:an|ao|ap|aq|ar|as|at|au|av|ax|ay|az),(B:b),(C:c),(D:d),(E:e),(F:f),(G:g),(H:h),(I:i),(J:j),(K:k),(L:l),(M:m),(N:n),(O:o),(P:p),(Q:q),(R:r),(S:s),(T:t),(U:u),(V:v),(W:w),(X:x),(Y:y),(Z:z)"

도움이 더 필요하세요?

더 많은 옵션을 원하세요?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

이 정보가 유용한가요?

사용 경험에 어떠한 영향을 주었나요?
제출을 누르면 피드백이 Microsoft 제품과 서비스를 개선하는 데 사용됩니다. IT 관리자는 이 데이터를 수집할 수 있습니다. 개인정보처리방침

의견 주셔서 감사합니다!

×