Показать сообщение отдельно
Старый 29.01.2014, 19:08   #143  
Stitch_MS is offline
Stitch_MS
Участник
Аватар для Stitch_MS
Соотечественники
 
396 / 478 (16) +++++++
Регистрация: 27.02.2006
Адрес: Дания
Коллега нашел: AX 2012 CU5, \Classes\RunBaseBatch\canGoBatch

X++:
/// <summary>
///    Returns false
/// </summary>
/// <returns>
///    false
/// </returns>
/// <remarks>
///    This method must be in this class because it is called from the dialogRunbase class.
/// </remarks>
/*MAN
The method must return false when the class is not batchable.
*/
public boolean canGoBatch()
{
    return true;
}