|
![]() |
#1 |
Сам.AX
|
Цитата:
Сообщение от SRF
![]() ...
Посмотрите его наличие в таблице smmParametersTable. Если посмотреть по перекрестным ссылкам, где используется данный метод, то легко можно выйти на метод поиска дублей - он определен на таблице smmBusRelTable - duplicateCheck(). Посмотрите его наличие у Вас на таблице, вполне возможно, что сам метод (getBusRelUseDuplicateCheck()) удалили, а его содержимое вынесли в указанный метод. X++: // Should the duplicate check be performed if (smmParameters::getBusRelUseDuplicateCheck() || _override) { // Find duplicate parameters in CRM parameters if (smmParameters::getDuplicateMethod() == smmDupMethods::NamePhone) { // Search for existing relations with same name and phonenumber select firstonly smmBusRelTable index hint NamePhoneAddressIdx where smmBusRelTable.BusRelAccount != this.BusRelAccount && smmBusRelTable.Name == this.Name && smmBusRelTable.Phone == this.Phone; } else { // Search for existing relations with same name, phonenumber and address select firstonly smmBusRelTable index hint NamePhoneAddressIdx where smmBusRelTable.BusRelAccount != this.BusRelAccount &&
__________________
Возьми свет! |
|
Теги |
ax2009 |
|
|