KB: Web Interface Free Text Fields: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
==Introduction== | ==Introduction== | ||
The | The CommitCRM Web Interface offers great features for portability, and mass use of the system to both your customers and your employees. When editing the records data using CommitCRM Web Interface, many times field values are selected from a fixed dropdown list of values (the list can be customized when using the CommitCRM client application). However, in some cases the use of a "Free Text" input field instead of a selection field is required as it helps users express themselves more freely in the data that they record into the system via the CommitCRM Web Interface. | ||
__TOC__ | __TOC__ | ||
Line 7: | Line 7: | ||
==Converting Your Fields== | ==Converting Your Fields== | ||
The following "hack" should be used to convert selected Web interface data fields from a selection dropdown list into a free text input fields. This is achieved by creating a text file which has all the Field ID's that correspond to the fields that you want to give free text input to in the | The following "hack" should be used to convert selected Web interface data fields from a selection dropdown list into a free text input fields. This is achieved by creating a text file which has all the Field ID's that correspond to the fields that you want to give free text input to in the CommitCRM Web Interface. | ||
<br> | <br> | ||
===Gathering Field Id's=== | ===Gathering Field Id's=== | ||
In order to tell the | In order to tell the CommitCRM Web Interface which fields we want to adjust, we'll need to create a text file that will hold a list of all the Field ID's that you want to change, and save it as a txt file. | ||
To obtain the Field ID's you need for this please follow these steps: | To obtain the Field ID's you need for this please follow these steps: | ||
Line 25: | Line 25: | ||
<br> | <br> | ||
===Managing The Field List=== | ===Managing The Field List=== | ||
As mentioned above, the list only needs to have the Field ID each Field ID value pasted on its own line in order to tell | As mentioned above, the list only needs to have the Field ID each Field ID value pasted on its own line in order to tell CommitCRM Web Interface to treat the field as a free text input field; so the content of your file should look something like the following list: | ||
[[File:ForceText_02.jpg|400 px]]<br> | [[File:ForceText_02.jpg|400 px]]<br> | ||
Line 34: | Line 34: | ||
[[File:ForceText_03.jpg|400 px]]<br> | [[File:ForceText_03.jpg|400 px]]<br> | ||
All that's left to do now is to save the file to the | All that's left to do now is to save the file to the CommitCRM Web Interface directory as the following file, and restarting the CommitCRM WebInterface Service on the CommitCRM Server: | ||
<server>\ | <server>\CommitCRM\WebInterface\CmtForceTextFlds.txt | ||
* Note that the name of this file must be as listed above: CmtForceTextFlds.txt | * Note that the name of this file must be as listed above: CmtForceTextFlds.txt | ||
Line 55: | Line 55: | ||
==See Also== | ==See Also== | ||
[[Web_Interface| | [[Web_Interface|CommitCRM Web Interface User Guide]]<BR> | ||
[[Web_Interface_FAQ| | [[Web_Interface_FAQ|CommitCRM Web Interface FAQ]]<BR> | ||
[[Category:KB|Web]] | [[Category:KB|Web]] |
Revision as of 11:09, 1 September 2013
Introduction
The CommitCRM Web Interface offers great features for portability, and mass use of the system to both your customers and your employees. When editing the records data using CommitCRM Web Interface, many times field values are selected from a fixed dropdown list of values (the list can be customized when using the CommitCRM client application). However, in some cases the use of a "Free Text" input field instead of a selection field is required as it helps users express themselves more freely in the data that they record into the system via the CommitCRM Web Interface.
Converting Your Fields
The following "hack" should be used to convert selected Web interface data fields from a selection dropdown list into a free text input fields. This is achieved by creating a text file which has all the Field ID's that correspond to the fields that you want to give free text input to in the CommitCRM Web Interface.
Gathering Field Id's
In order to tell the CommitCRM Web Interface which fields we want to adjust, we'll need to create a text file that will hold a list of all the Field ID's that you want to change, and save it as a txt file.
To obtain the Field ID's you need for this please follow these steps:
- Open a CommitCRM client application.
- Find a Right Click a field you want to adjust.
- Choose Field Settings.
- Go to the Advanced Tab.
- Copy the Tech Rec. ID value to a new line in your Text File list.
- Click OK.
- Repeat Steps 2 through 6 for the rest of the fields.
Managing The Field List
As mentioned above, the list only needs to have the Field ID each Field ID value pasted on its own line in order to tell CommitCRM Web Interface to treat the field as a free text input field; so the content of your file should look something like the following list:
- Note: Make sure to only include fields which are used as customized drop down list in CommitCRM client in your file. Including other fields may results in data corruption.
In order to tell whether a field can be use for this or not, right click the field and see whether it has the '[Edit List...]' option, as shown in the screenshot below. (Only available for CommitCRM sys Admin accounts)
All that's left to do now is to save the file to the CommitCRM Web Interface directory as the following file, and restarting the CommitCRM WebInterface Service on the CommitCRM Server:
<server>\CommitCRM\WebInterface\CmtForceTextFlds.txt
- Note that the name of this file must be as listed above: CmtForceTextFlds.txt
Final Result
Before
After
The result allows you to enter any data you like into the data fields that you've specified in the list.
See Also
CommitCRM Web Interface User Guide
CommitCRM Web Interface FAQ