Options

Financials 2.6 Contact management

StevePostStevePost Member Posts: 2
edited 2000-08-07 in Navision Financials
We are working on some enhancements to Financials Contact management, like allowing quotes to prospects etc . We have heard rumors that 2.6 (not released yet in the US has many enhancements to Contact management. can any one confirm this and possibly give some highlights.
Thanks
Steve

Comments

  • Options
    mfabianmfabian Member Posts: 187
    I wouldn't call it "mayor enhancements". Some fields have been enlarged, The contact list is now a subform on the adress form.

    The most obvious change is that the last contact-no used per address is now stored in the address-table. This is why the data has to be reorganized after upgrade to 2.60.
    In the earlier versions of Fin the last contact-no was determined like

    contact.setrange(Addressno,Addressno);
    if contact.find('+') then
    NextAdressno := contact.addressno + 1
    else
    Nextadressno := 1;

    (Note: I have no idea how the fields are named in the us version but I'm sure you get the point).




    Marcus Fabian
    m.fabian@thenet.ch
    +41 79 439 78 72
    With best regards from Switzerland

    Marcus Fabian
Sign In or Register to comment.