How to add a specific View for NEW button in "List Banner Button" section?

Don Dom
Tera Contributor

Hello

 

How to add "Default View" for this button ?

DonDom_0-1692881234260.png

I found this button is "sysverb_new" in Global application.

DonDom_1-1692881281209.png

 

When I do this in Incident:

DonDom_2-1692881321437.png

The new incident I opened with proper view.

DonDom_3-1692881347389.png

 

And for Problem not:

DonDom_4-1692881374217.png

I can't find where it is implemented.

Could you guide me ?

 

Thx for info

7 REPLIES 7

Karthiga S
Kilo Sage

Hi @Don Dom 

 

Check with View rules.

 

Please mark it Correct and Hit Like if you find this helpful!

 

Regards,

Karthiga

I see this:

DonDom_0-1692883888888.png

 

 

How to attach "QS Problem" in to this "NEW" button

DonDom_1-1692883938688.png

Thx for advise.

@Don Dom Check the above answer that i gave.You need to create a new view rule with condition as sys_id =-1 which indicates its a new record and once it satisfies it will apply the view rule.

 

Just make sure that you are giving the back end name of your view properly in view name field .

 

Hope this helps 

Mark the answer correct if this helps you 

Mohith Devatte
Tera Sage
Tera Sage

Hello @Don Dom ,

this is configured via view rules.

Navigate to view rules like below 

Screenshot 2023-08-24 at 18.58.29.png

Create a new one like below for problem table with conditon where sys_id is -1 as for new record sys_is will be -1 and then give your view back end name 

Screenshot 2023-08-24 at 18.58.43.png

 

Hope this helps 

Mark my answer correct if this helps you 

Thanks