Standard field no showing on page

We have implemented the NL SEPA update for NAV 2013 (RTM). As part of the TAB18 (Customer) has gotten a new field called Partner Type (id 132). This field has also been added to PAG21 (Customer Card).

When I run PAG21 from the Development Environment (DE) the field is shown on the page. Great. However when running the client (as a normal user) and opening PAG21 the field is not shown.

I know that NAV standard does have a number of pages preconfigured, so it might be that because of the field is not shown. Unfortunately the following , obvious two options did not help me out:

  1. As normal user I select Customize This Page …, FastTabs, Payments (i.e. the FastTab that holds this field) and Customize FastTab …. The list of available fields it shown, both visible and not-visible. But the Partner Type is not among them. [:(]
  2. I can run the Windows Client in configuration mode. The result is the same is for the first option. [:(]

Now the configuration data is stored in the database in TAB2000000074 (Profile Metadata). This indeed holds a record (per profile) for PAG21. So I also destroyed this record, but to no avail.

Any tips on how to get this solved are more than welcome. Thanx in advance.

Note

The same field has also been added to TAB23 (Vendor) and PAG26 (Vendor Card) and this all works fine.

Can you delete Records related to Table and Page from Object metadata and compile again?

Hi Mohana,

Just did so, but to no avail.

Try to delete the object tracking for page 21 and compile it again.

Probably this may help.

Anil.

Did and no succes :frowning:

Did some additonal test that make it seem somewhat more bizar:

  1. ON PAG21 (Customer Card) did change the “No.” field: Style = Attention
    • Ran page directly from DE: content in “No.” field is shown in red and italic → OK
    • Ran page from Windows Client: content in “No.” field is shown normal → NOT OK
  2. ON PAG26 (Vendor Card) did do the same, i.e. change the “No.” field: Style = Attention
    • Ran page directly from DE: content in “No.” field is shown in red and italic → OK
    • Ran page from Windows Client: content in “No.” field is shown normal → OK

???

Hi Luc,

Try to give object compilation permissions to the client and compile the objects from the client side.

see if that works.

Thanks,

Anil.

Hi Anil

I guess I do not fully understand what your are meaning with …

I mean with the windows login of the user try to compile the objects in the Development environment.

Thanks,

Anil.

Clear and thanx. I am running already both under same user. [:(]