How top remove default value popup while creating new knowledge article

Vishesh52
Tera Contributor

Can anybody help how to get rid of this OOB popup 

comm1.png

1 ACCEPTED SOLUTION

Karthiga S
Kilo Sage

Hi @Vishesh52 

 

Go to the respective knowledge base(In your case its Helpdesk ) and remove the Knowledge field Default values. It will be gone.

 

Refer the image

KarthigaS_0-1692876711267.png

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

 

Regards,

Karthiga

View solution in original post

6 REPLIES 6

manjusha_
Kilo Sage

@Vishesh52 

 

I thing the pop up window is displayed after clicking any form button-ui action.

You need to to go ui action >there is a code written using glideDialogWindow or GlideModal .

You need to remove/comment entire code to show popup window

Check screenshot

manjusha__0-1692876456619.png

 

Comment code till dialog.destroy() method

If my answer solved your issue, please mark my answer as āœ…Correct & šŸ‘Helpful based on the Impact

Thanks,

Manjusha Bangale

Thanks for the information. But I believe since they are UI action, it will hide popup based on the action one will select (Publish, Request Translations etc.) contrary to here that the popup is coming in between the process of filling the knowledge form. Thanks though.

Karthiga S
Kilo Sage

Hi @Vishesh52 

 

Go to the respective knowledge base(In your case its Helpdesk ) and remove the Knowledge field Default values. It will be gone.

 

Refer the image

KarthigaS_0-1692876711267.png

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

 

Regards,

Karthiga

This works. Thanks

Not sure if we will be seeing this popup when we actually have to have some default values based on the knowledge base (Without this popup being shown again).