No series generation

damodar123damodar123 Member Posts: 36
edited 2009-02-06 in NAV Three Tier
hi all,

i have transformed my addon successfully to NAV2009 with pages.

here am getting one issue i.e when i generate new no from page it is giving error 'code type field can not be automatically split'

but it is working fine in classis forms.what i am thinking is there is a problem in transformation of page but unable to find it out.

any ideas,

regards,
damodar

Comments

  • ara3nara3n Member Posts: 9,255
    turn on the debugger for service tier and see where it errors out. There is a blog on how to turn on debugger on service tier.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • kinekine Member Posts: 12,562
    It looks like there is the AutoSplitKey property enabled even when the Primary key is not ending with integer field.
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • damodar123damodar123 Member Posts: 36
    hi all,

    thanks for your repliles,

    i have checked autosplit key property it is fine

    i have enabled the debugger and want to find the problem,

    i will find it out from the debgger only

    Regards,
    damodar
  • DenSterDenSter Member Posts: 8,304
    damodar123 wrote:
    i have checked autosplit key property it is fine
    That doesn't mean that it works correctly. Check the primary key of the source table of the page, and make sure that the last field of that primary key is a field of type integer, not the first one or the second one but the last field of the primary key. AutoSplitKey will only work with integer fields.
Sign In or Register to comment.