hidden tables

Hello, is there anyway to access the fields of a hidden table, in specific table 'AllObj (2000000038)' ?

Answers

  • RockWithNAVRockWithNAV Member Posts: 1,139
    Use Fields virtual Table.
  • KishormKishorm Member Posts: 921
    Just create a variable in the usual way, i.e. DataType=Record and Subtype=2000000038, then you can access the fields of the table.
  • lamislamis Member Posts: 46
    can you please provide me with more details? :)
  • lamislamis Member Posts: 46
    I know that i can create a page or variable of type record, but what i want is to view the table design to see what are the keys of this table .
  • KishormKishorm Member Posts: 921
    Once you have the record variable you can see the keys using the C/AL Symbol Menu...

    1) Press F5 in the code editor
    2) Select you variable in the left hand section
    3) Select "Keys" in the middle section
    4) You have you list of keys displayed in the right hand section
Sign In or Register to comment.