How to open the "Tag Record" slide panel programmatically related to PRB0285048

Firstly, I want to express my sincere gratitude for this community and all the awesome help from folks. I am new to Kinetic and this place and you all have been invaluable!

We are in the process of migrating our users to the browser and off of classic and one of the departments testing found that they can’t see the full context menu off of the part# in Part Tracker so they can’t reach the “Tag Record” menu item. I put in a ticket with Epicor and they eventually linked it to a know problem under PRB0285048.

It doesn’t seem to even be a real menu item on the part context menu. It seems that it’s being added “under the hood”. All it does is pop a slide panel that allows you to add the tags.

I decided to create a work around for the users by making a slide out panel with some launch buttons and have been able to successfully get the other menu items launching properly except for “Tag Record”. When I look into the debugger to see what events might be calling it open I can’t see any events that are calling it open unless I’m missing something?

Do any of you know how to open/pop it programmatically?

TIA!

EDIT: Well, it seems the slide panel for Tag Record is a mystery but I was able to track down the events being fired on creating and deleting the tags so I’ll try to recreate my own version of the slide panel and make the REST calls myself from there. Cheers Kineticists!

Sounds about right lol!

I would use a function and a button to add the tag record. That way you can process any conditions required to validate before posting - and ensure that the tag is always the same.

A response can also be created for the UI.

We are still in classic - and probably will be till development has the little things like this figured out on the Browser!