hi,
One of our clients has a NZ company and are trying to insert the IRD number(ABN field- under the Company Information...Departments-->Application Setup-->General-->Company Information and then under the Registration Tab. They want to enter a 9 digit number but the it does not allow entering the 9th digit. Where do I need to modify this?
Sorry I am new user and hence have so many questions.
Thanks
Sapan
0
Comments
Regards,
sapan
It will be in coding side only so open Company Information table 79 in design mode and select the field.
check under OnValidate trigger..there it must be checking for 11 digits..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
The ABN is specific to Australia. It must be 11 digits as well as conform to the ABN algorithm.
You cannot enter IRD into ABN field without changing codeunit 11600 ABN Management.
If you don't want to change the codeunit I suggest you either use the field 'IRD No' or create a new field for IRD in Company Information table.
Cheers,
Ben