Hi,
Can you tell me what the difference is between prod and test? What is the number sequence that you are trying to get to work? Send screenshots if possible?
See below for descriptions of the different scopes. You will need to determine which one fits the configuration of your AX. For example, if you are setting up customer account number, do you want different customer numbers per each company, or per each operating unit, or per legal entitry. That is just an example, not a recommendation.
From MSDN Article:
Shared – A single number sequence is used for all organizations. The Shared scope is available only for some references. For more information about the shared scope, see Number sequence overview.
Company – A separate number sequence is used for each company.
Use the Company scope when the underlying table includes the DataAreaId field. For example, use this scope for the number sequence for the customer account number that is in the Customer table, CustTable.
If you are using Microsoft Dynamics AX 2012 R3 or AX 2012 R2, the Company scope also includes virtual companies. If a number sequence has already been set up for a reference in one of the companies included in the virtual company, you must delete the existing number sequence before you can set up a number sequence for that reference in the virtual company.
Legal entity – A separate number sequence is used for each legal entity.
Use the Legal entity scope when the underlying table does not include the DataAreaId field and has a foreign key to the legal entity table, CompanyInfo. For example, use this scope for the number sequence for the expense report number that is in the expense report table, TrvExpTable.
Operating unit – A separate number sequence is used for each operating unit.
Company and Fiscal calendar period – A separate number sequence is used for each company and fiscal calendar period combination.
Legal entity and Fiscal calendar period – A separate number sequence is used for each legal entity and fiscal calendar period combination.
Operating unit type– A separate number sequence is used for each type of operating unit. For example, you can set up separate number sequences for cost centers and departments.
This control is not available in versions of Microsoft Dynamics AX 2012 prior to cumulative update 6 for AX 2012 R2.