Options

Comment Field

bksbks Member Posts: 115
Hey...

Can you please tell me the use of Comment field in Customer table?

Regards,

BKS

Comments

  • Options
    SavatageSavatage Member Posts: 7,142
    The Comment Field Is A Boolean Field - If TRUE then comments exist for that customer in the comment line table

    If you view the properties of the comment field you would see

    Exist("Comment Line" WHERE(Table Name=CONST(Customer),No.=FIELD(No.)))
  • Options
    kinekine Member Posts: 12,562
    It is used to show correct icon for the Comment button (the pen icon) if there is some comment...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • Options
    tinoruijstinoruijs Member Posts: 1,226
    And the comment field is used to show the pencil-button or the "pencil with lines"-button next to the No.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Options
    SavatageSavatage Member Posts: 7,142
    I found the pen w/ lines was not very noticable for the users.
    especially if your at 1064x768 or greater in pixels for your screen.
    you need eagle eyes to notice the difference on the fly.

    I changed the BMP to bright yellow
    http://savatage99.googlepages.com/notes.bmp

    :lol::lol:
  • Options
    tinoruijstinoruijs Member Posts: 1,226
    Savatage wrote:
    I found the pen w/ lines was not very noticable for the users.
    especially if your at 1064x768 or greater in pixels for your screen.
    you need eagle eyes to notice the difference on the fly.

    I changed the BMP to bright yellow
    http://savatage99.googlepages.com/notes.bmp

    :lol::lol:

    It sure is noticable like that! :)

    I rarely use colors in forms. Different users may want different fields to have a nice color. Before you know it you're form looks like a pinball machine. :wink:

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Options
    Alex_ChowAlex_Chow Member Posts: 5,063
    Colors are nice. It highlights important fields the users need to be aware of. But I agree with you that too much use of colors will defeat it's original purpose.
  • Options
    garakgarak Member Posts: 3,263
    Yes but for some, stupid, useres it is easier when the important fields are colored (for example yellow).

    In the most wizards that i designed, i must make the fields yellow, because only testfield(), or some else not enought for the users.
    Do you make it right, it works too!
  • Options
    David_SingletonDavid_Singleton Member Posts: 5,479
    garak wrote:
    Yes but for some, stupid, useres it is easier when the important fields are colored (for example yellow).

    In the most wizards that i designed, i must make the fields yellow, because only testfield(), or some else not enought for the users.

    Well I guess if the current certification process makes it possible for people to become certified Developers without actually learning NAV, its fair for customers to expect their users to use NAV with out actually having to learn as well.
    ](*,)
    David Singleton
  • Options
    SavatageSavatage Member Posts: 7,142
    It's not Usually that the users are stupid but as I said when the screen size is set so small the difference isn't so obvious. & therefore on a sales order with important notes - such as call for delivery appointment, which isn't the norm for us, can be missed when dealing with 100's of orders. Especially when you about an hour to correct & post them.

    This way the simple difference of a pen w/lines compared to a yellow box that actually says "Notes" is an easy way to lower possible mistakes without adding other codes such as pop up messages or warning messages.

    It still comes down to humans and as we all know there is no 100% solution to prevent an error from someone not paying attention.
Sign In or Register to comment.