Hiding or showing column..

yuppicideyuppicide Member Posts: 410
edited 2008-01-11 in Navision Attain
Using Navision 3.10.

When I go into Inventory -> Items -> and then go into any Item Card. I hit the button that says "Item Availability
By Color". In there I have columns, which I can show or hide. One of them says "Available Quantity" and another is
"Available To Sell Today".

When I am in Inventory -> Items (not in an item card, just viewing ALL the items) I can't hide or show those two
columns. They aren't in the list. How can I get them in there?

I did some digging around. "Available Quantity" name is "Control18" and the other one is "Control19" if that helps any. I could go in to designer and add the column with the following code:
Available Quantity
=<AvailQty>

and for the other column

Avail. To Sell Today
=<"Quantity on Hand" - "ReservedQuantity">

But I don't want to mess around with designer if I don't have to.

Comments

  • SavatageSavatage Member Posts: 7,142
    Sounds like you are trying to show information from another table in the item list.

    Without using designer it probably ain't happening. :mrgreen:

    At the bottom of the list there is a menu button "Item" you can add your link to that table there if it's not already in there somewhere.
  • krikikriki Member, Moderator Posts: 9,115
    [Topic moved from Navision forum to Navision Attain forum]
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • SavatageSavatage Member Posts: 7,142
    The orig nav has one Item->Availability By->
    -Period
    -Variant
    -Location

    Perhaps someone renamed Variant to Color?
Sign In or Register to comment.