X0010 does not read default company (00000)
I need to set up next numbers for some companies with a special sequence. All other companies should use a common next number.
For example, I set up like the following,
| Document Company | Doc Type | Description | Next Number | 
| 00000 | P2 | Payment Request | 2196 | 
| 00088 | P2 | Payment Request | 88000010 | 
| 00009 | P2 | Payment Request | 9001298 | 
So companies 88 and 9, taking the respective values.
So for another companies (say company 4) it should read 2196, the next number corresponding to default company.
As the documentation of X0010 says the following,
"If using the Company/Document Type method, the function will attempt to find the Next Number specific to the Company and Document Type passed in the parameters. If not found it will add it."