After upgrading to SP11 we've noticed our provider drop down lists are not the entire list anymore. Start a new document, hit the drop down list and depending on how your preferences are, it will either stop in the "L" last name section if you're looking at all users, or in the "V" section if you're looking at a specific location of care. Anyone else notice this?
Follow these below instructions- they were provided by GE.
A couple of options to look at:
The implication of turning off this feature is performance degradation when large number of users exist in the user table, both active and inactive. The default value of 200 can be increased to a different parameter.
1. Goto the client directory
2. Find mlsetvar.txt
3. Right click to edit
4. Scroll to the bottom of the file
5. Locate the following lines based on option (option 2 is preferred)
1. To disable the feature entirely
Change following line
Variable: _LL_CAPPED_FIND_DLG_OPTIMIZATIONS Type: Long Value: 7 Hidden
To
Variable: _LL_CAPPED_FIND_DLG_OPTIMIZATIONS Type: Long Value: 0 Hidden
2. To change the maximum items in the Large List (e.g. user list)
Change following line
Variable: _LL_CAPPED_COMBO_MAXIMUM Type: Long Value: 200 Hidden
To
Variable: _LL_CAPPED_COMBO_MAXIMUM Type: Long Value: NewValue Hidden
Where NewValue is customized value, e.g. 1000
SR: 1-797053014;Cust:NNC;Pri:Low;Mess:T1 All providers are not showing
I will archive this SR with these notes.
Forgot to add...this was an 'enhancement' to decrease chart loading times with Sp11 and wasn't explained in great detail in the release notes.
Thanks for the options. Seems interesting they would think this would help with chart loading times, as this list isn't loaded until after a chart is loaded and a document is being started.