Hello All,
I am working on NAV 2009. It has employee table. My requirement is to add additional field in employee table.
Because of licensing, I am not able to add extra field in table, so I have created another table to store required details.
Can anybody please guide me how to join these two table to show details on one page (Employee Card).
When I check SourceExpr, only fields from Employee table is listing there.
Regards.
0
Comments
can you please provide me the code required to do the same
or else provide me link where I can get reference about it.
Regards,
If you are new in developing maybe you just add fields in table with wrong range, if you are client I recommended give this job done for your partner. This way with 2 tables is not a good way to add some fields on form.
Did you try to add field to the Employee table in the 50,000 range?
If we do have data from another table (eg Description from the Gen. Product Posting Group) that we do want to show for example on a listing of G/L Entries, how do we have this happen in a single page.
So my scenario is that I want to basically show the Description field from the Gen. Product Posting Group table on General Ledger Entries page (Page 20) WITHOUT adding the description to the G/L Entry table as a flowfield.
The reason is that I want to be able to expose the page as a webservice and want the description field.
Any ideas?