Retrieve source table ID of a Form

nromainnromain Member Posts: 57
Hi all,

I try to build a function which retrieve the source table ID of a form with only the form ID.

Example :

I pass 1 (form id for company information) as my function's parameter and the value exited will be 79 (table id for company information).


but i don't where the form properties are stored.

If anybody has an idea, please let me know :)

Best regards,

Nicolas

Comments

  • matttraxmatttrax Member Posts: 2,309
    The short answer: they aren't. Not anywhere you really have access to anyway.

    You could consider exporting the code as text (if you are on Classic Client, NAV R2) and parsing it. But that's a real pain.
  • nromainnromain Member Posts: 57
    A real pain but a great idea! thank you very much !

    best regards,
Sign In or Register to comment.