
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 05:00 AM
In a problem, we have a custom "Create Problem Task" button on the top. This creates a new Problem Task and fills in most fields with information from the Problem.
At the bottom of the screen is the Problem Task List. This list also has a "New" button, but its functionality is basic. It creates an empty task. I want to match the functionality of this button to the custom one at the top.
So far I have only found that you can ommit it through UI Policy, which is not what I want.
Solved! Go to Solution.
- Labels:
-
Problem Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 05:11 AM
You would have to do the following.
- Go to System UI > UI Actions
- Search for the UI action of New with the table of Global.
- Once you found the appropriate New UI action change the table problem_task (do not save the record) Instead right click at the top and do an insert or insert and stay.
- Once you have a copy of the new button on the problem_task table you can modify it and it will over write the global new button.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 05:39 AM
Hey Dirk,
Thanks for the explanation. I can get the custom button to show up on the bottom of the form, but not quite where I want it (in the place of the "New" button). Thanks for the screenshots, makes it a lot easier!