- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 03:06 AM
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
Solved! Go to Solution.
- Labels:
-
Service Portal Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 03:16 AM
The sysid value will come from this table sp_instance_menu check here
Harish

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-29-2022 03:16 AM
The sysid value will come from this table sp_instance_menu check here
Harish