Number Sequence Error

Hello All,

I am facing the following error while generation of Number Sequence AX 2012.

Default scope cannot be implicitly determined by the number sequence framework for the given datatype. Please provide scope information explicitly.

Please provide a solution.

Thanks in Advance,

Hi,

Please try below option and let me know if it works fine.

  1. Initially run the below job

static void job1(Args _args)

NumberSeqApplicationModule::loadAll(true);

} //This job will load all the data, in which it needs to be created

  1. Close the client once and then restart the AOS.

  2. Navigate through Organization Administration → Number Sequences → Generate and complete the wizard once.

  3. Synchronize the table and generate the full CIL once on the client machine.

Regards,

Zahir