Показать сообщение отдельно
Старый 04.04.2013, 16:13   #2  
oip is offline
oip
Axapta
Лучший по профессии 2014
 
2,564 / 1416 (53) ++++++++
Регистрация: 28.11.2005
Записей в блоге: 1
Теперь так не получится. Надо джобик писать, чтобы появилась номерная серия. Ну чтоб не так скучно было, как в прошлых версиях. Запуск следующего кода поможет точно (он воссоздаст вообще все номерные серии):
X++:
static void NumberSeqApplicationModuleLoadAll(Args _args)
{
    NumberSeqApplicationModule::loadall();
}
А вообще вот:
Цитата:
Note In Microsoft Dynamics AX 2009, number sequence references could be initialized by restarting the Application Object Server (AOS). In Microsoft Dynamics AX 2012, the initialization of references to populate the NumberSequenceDatatype and NumberSequenceParameterType tables has moved to the initialization checklist. To initialize the newly created references, run a job that executes the LoadModule method.

You can also reinitialize all references by running a job that executes the LoadAll method in the NumberSequenceModuleSetup class. However, for reinitializing all references, you must ensure that there are no existing number sequences already defined in the system..
Using the Enhanced Number Sequence Framework in Microsoft Dynamics AX 2012 - стр. 15
http://technet.microsoft.com/en-us/l.../hh272879.aspx
__________________
С уважением,
Олег.
За это сообщение автора поблагодарили: sukhanchik (2), Logger (1), leva (1), Mila (1), IvanS (1), farlander (1), alex55 (3), r2d2 (1).