Показать сообщение отдельно
Старый 11.05.2012, 14:44   #7  
kh_heckfy is offline
kh_heckfy
Участник
 
139 / 14 (1) ++
Регистрация: 30.03.2012
Адрес: Новосибирск
Все решил проблему
СПАСИБО БОЛЬШОЕ!!!


The value of the primary attribute of the lookup (generally the name field) contained two consecutive spaces (due to a concatenation issue pre-import). Any time you have a record with 2 or more characters of white space in the name field, and that record is selected in a lookup, Microsoft CRM will think that lookup is dirty. The reason is because CRM tries to be clever around removing extra white space between words. What ends up happening is when it’s checking to see if a lookup is dirty, it checks to see if both the default value and the current value have the same id, typecode, and name. But when it checks the name part, the default value has the correct spacing, and the current value has the trimmed spacing, and so they don’t match and CRM thinks the lookup is dirty.

Вот тут всенаписано
За это сообщение автора поблагодарили: g.Naukovych (2), mistah (1).