User Activity
How below code is helping to ACL to work.
ACL : Incident.state :-
var transaction = GlideTransaction.get();answer = (transaction.getRequestParameter("incident.state") == "6" && transaction.getRequestParameter("sys_original.incident.state") != "6")
...
Hi,
I found "var attachments = document.getElementById('header_attachment_list_label'); if (attachments.style.visibility == 'hidden' || attachments.style.display == 'none') " used in the onSubmit Catalog client script.
why below elements are used:...
Hi,
As per my understating when we checked the "Run business rules" on transform map form then all business rule will get run on target table, but I want to run a particular BR only, So how achieve that.
Thanks in advanced.
Hello,
I wanted to get the group names of the user. I have tried using the getMyGroups() method, but its giving sys_id of the group not the display value of the group name.
Please help me in this.
Thanks in advanced.
10-24-2017
Hi,Question:- (a) An incident is raised. 2 tasks get associated simultaneously and parallel (not one after another) i.e task 1 and task 2. (b)After the completion of tasks, task 3 gets generated from task 1 and task 4 gets generated from task 2. ...