Options

newbie with field size ?

RKMRKM Member Posts: 26
As stated before im completely new to Navision.
I wanted to get someone opionon in this I have been asked to increase the customer address field from 50 chars to 100 chars.
Now is it a simple matter of carrying this out on the tables and any forms where you insert the address field.
Are there any tools out there say i input a field name it shows me all the dependancies in navision.

Thank you

ps im doing this on our development box.

Rkm

Comments

  • Options
    KowaKowa Member Posts: 918
    I would recommend NOT to do this. It is possible but at an immense amount of time and nerves. You can use the MBS Development Tool Kit to check for the places where this field is used, but you have to rework every table ( also those not directly shown, because they take a copy of the field value for further action, and these are hard to find), every report, every function, every variable which uses the address field ( this will take days rather than hours) as well as merging every new update to maintain the increase in field length.
    Kai Kowalewski
  • Options
    SavatageSavatage Member Posts: 7,142
    is Address & Address 2 not enuf?
    8-[
  • Options
    nelsonnelson Member Posts: 107
    Navision stock field size for Names, Addresses and so on is only 30.
    If you are increasing from 50 to 100, it means that database has already undergone one such change before.
    Nelson Alberto
  • Options
    Edward_BloomfieldEdward_Bloomfield Member Posts: 155
    Hi!

    In the GB edition these fields are 50 characters - In W1 they are only 30.

    Increasing these fields from 50 to 100 is a nightmare job that I would not be happy doing after 7 years of working with Navision - The number of tables, variables, arrays, codeunits etc that this would affect is huge. These changes would then have to be re-applied each time you had an object upgrade and any fields or tables introduced in the new version that were affected by your expanded fields would ahve to be modiofied as part of the upgrade... ](*,)

    There are entity relationship diagrams available from navitools.com but no such field analyser.

    I would add the Name 2 field to the relevant forms (Customer Card etc) and use this instead as the first address line, as Navision will use it automatically if it is not blank.
    Edward Bloomfield

    Lead Consultant
    Theta
  • Options
    RKMRKM Member Posts: 26
    Thanks everyone for your replies i appreciate it.

    I'll make this point to the relevant people and see what they come back with.

    Edward I like the idea of the name 2 field as the problem is with the customer card address we are getting some records back when we send a transaction to our deliveries team due to the address not being long enough. But these addresses are less than 100 out of a few hundred thousand.
  • Options
    DnealDneal Member Posts: 103
    Hi,

    We are doing an upgrade for a client who had many fields extended in length previously. ](*,)

    We are running into issues trying to find all upgraded fields. How do I use
    the Development Tool Kit to check for the places where this field is used.

    Many Thanks,

    DNeal
    Navision Newbie
Sign In or Register to comment.