здесь тоже переписана функция lookup . И здесь тоже, как только ставим AllowEdit = No, кнопка исчезает.
X++:
public void lookup(FormControl _formControl, str _filterStr)
{;
// Create a new call to business relation using the number specified in the phone control
smmInit::createCall(_filterStr, smmBusRelTable::find(smmBusRelTable.BusRelAccount), element);
}