Hi sir, thank u so much for updating snow videos, please upload the incident, problem, change request. And relationship between these three tables and which table store these 3 tables?
Hi Good question, Using with validation also we can check right, like var gr= new GlideRecord('u_test'); gr.query(); while(gr.next()) { If(gr.id==current.id) { gs.addErrorMessage('id already found'); current.setAbortAction(true); } }
Super sir , please post more videos on different task like this sir
Sure 👍
When to use studio? Can we create the table using Studio?
Hi Sir can you please upload complete videos of servicenow
sure
Hi sir, thank u so much for updating snow videos, please upload the incident, problem, change request. And relationship between these three tables and which table store these 3 tables?
sure
Hi Good question,
Using with validation also we can check right, like
var gr= new GlideRecord('u_test');
gr.query();
while(gr.next())
{
If(gr.id==current.id)
{
gs.addErrorMessage('id already found');
current.setAbortAction(true);
}
}
if the OOB option is available why use a script?
Hi sir can we make 2 or 3 fields Unique at a time? Or only one field?
you can make multiple fields