User Activity
02-02-2026
Hi,I want to disable / retire two URLs out of which one is a portal page and second is a catalog item page in portal. If I deactivate the catalog item, its showing as you are not authorized to use but I need a output such as error 404 page not found....
10-07-2025
Hi I want to create a database view for incident and related changes. How can I achieve that?
04-05-2025
Hi, Interviewer question : You are creating an event to create incident in a incident table via import set. Will it check for mandatory field on the form while creating records or not? As per my understanding , its yes. The record will be created. Ca...
04-03-2025
Hi, In a incident form, based on impact and urgency , the priority field changes right. Can anyone explain me how this is implemented? TIA
03-31-2025
Hi, Can anyone explain me what does the below line return?function mycallback(response){ var variable_name = response.responseXML.documentElement.getAttribute("variable_name");////////.......... some piece of code} Thanks in advance