Where is the parent table in Kace?
There are plenty of posts here about copying information from Parent to Child tickets on Kace. In pretty much all of the suggested scripts they reference the Parent table. However, if you use a tool like Heidi or Workbench, the Parent table does not appear in the schema. Is the Parent table referenced in the scripts an alias for another table?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
Hobbsy
9 years ago
You may find the answer is actually in the HD_TICKET table.
HD_TICKET.IS_PARENT has a default value of 0 and when marked as a parent the value changes to 1
HD_TICKET.PARENT_ID will contain the linked parent ticket value if the ticket is a child
In the SQL rules given as solutions the PARENT.ID is actually a created variable during the ticket rule, just so that you can identify the specific data.
Hopefully that helps a little
Comments:
-
I didn't spot that, thanks for the help - Druis 9 years ago