how does $sp.getMenuItems("SYS_ID") work?

juan casas
Mega Expert

Hello,

I am trying to reverse engineer where a menu is coming from by evaluating the following:

data.items = $sp.getMenuItems("sys_id_a");

the issue is: I don't know where sys_id_a is coming from.

What table is that sys_id_a coming from?

I read online its the instance sys_id, but I'm not not sure what table that is.

 

in the code I am looking at, its a hard-coded value. my idea to solving this issue is, seeing what that sys_id is, going to the record, and evaluating the record to see what is going on there

1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

The sysid value will come from this table sp_instance_menu check here

Regards
Harish

View solution in original post

1 REPLY 1

Harish KM
Kilo Patron
Kilo Patron

The sysid value will come from this table sp_instance_menu check here

Regards
Harish