I have a customization on Job Entry. Everything works as it should, and it launches correctly on the job entry tabs. However, some users make jobs through Job Manager. When they create a job and the job entry slide comes on it is the base job entry. Which is missing some of the UD fields we use. How can I point it to the customization I have deployed everywhere else?
You’ll have to customize Job Manager
I don’t know if this is the only place this appears (by the naming convention, it appears it might be), but there is an event in Job Manager called OpenJobEntryAsSlider.
The
app-open widget opens Job Entry as a slider - in your customized layer, you can copy this event, change the trigger to override the original event, and change the properties of the app-open widget to use your customized layer(s) on Job Entry.
1 Like
@jwphillips I follow what you are saying. Will attempt in test.
So, I need to:
- create a new layer
- copy the openjobentryasslider event
- change the trigger to override the original event (how do I do this?)
- point the properties to the customization layer
1 Like
I have copied the OpenJobEntryAsSlider and pointed the App-Open to the job entry customization. How do I trigger this to override the original event?
I found the Event with Hook Override that let me target the customization. In testing it looks like it worked. Moving on to LIVE now.
1 Like
I missed you by an hour or two… I’m glad you found it! Good luck
Did not work on LIVE. I will recycle the IIS Pool later today. Hopefully that fixes my issue.

