External Document No-Help Please

Naaz_navNaaz_nav Member Posts: 34
Hi Experts,

In Nav 2009 Sp1,I have checked the External Document no mandatory in Inventory Setup.
When I post the Item Journal,If i doesnt fill in the external document no it still post.

How do solve this problem.

The same is the case with Transfer Orders.

Please guide me with your inputs.

Thanks in advance

Comments

  • ufukufuk Member Posts: 514
    Are you sure there is an External Document no field in Inventory Setup? If yes, it could be customized or localized version and you have to check this field in related posting codeunits. (Have a look at the usage in Sales Post)
    Ufuk Asci
    Pargesoft
  • krikikriki Member, Moderator Posts: 9,110
    [Topic moved from 'NAV Three Tier' forum to 'NAV/Navision Classic Client' forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Naaz_navNaaz_nav Member Posts: 34
    Yes,the field is present.I am using Nav 2009 Sp1 IN.

    What i did was i added two lines in coduenit 21 Itme jnl -Check line
    if (intsetup."external doc.no mandatory") then
    testfiled(itemjnlline.external document no");

    In this case the system will ask u if externla documenyt no is not present.

    But the probelm now i am facing is if i post a simple PO then also system throws & ask for external docuemnt no/

    PLease help
  • ufukufuk Member Posts: 514
    You can filter related fields in Item Journal Line to query Ext. Doc. No.
    Ufuk Asci
    Pargesoft
  • Naaz_navNaaz_nav Member Posts: 34
    I solved my problem by addng an extra line as
    if entry trype in(positive adj,negative adjt)
    testfield('externla document no')
  • ssinglassingla Member Posts: 2,973
    The field has been added in Indian Localization. I have checked and have found no validation in CU 21,22,23 for this field in standard database. Check the source of error through debugger.
    CA Sandeep Singla
    http://ssdynamics.co.in
Sign In or Register to comment.