User Activity
02-24-2022
Hello,
We have a field with type duration, but am trying to convert it into minutes and pass value on to string field. tried doing
var duration = current.glidefieldonform.getGlideObject().getNumericValue();gs.log("minutes"+ duration);
var minutes = (...
09-12-2019
Hello All,
I am trying to make label for check boxes mandatory. I have checked the mandatory check box for that field but it is not working on itil view but working on portal view. So I wrote a UI policy even it is working on Portal but not on ITIL v...
07-05-2019
Hello All,
I am trying to share dashboard of a user with their group members, but share button is not visible in our instance. Is there any setting we need to do for share icon to get visible.
Thanks in advance.
Hello All,
I want to add default filter "Active = true" on sluch bucket in related list (edit members) on sys_user_group table, Can somebody help me to how to add.
I have gone thorugh many questions on community nothing worked. I have been gong thr...