This snippet will help you get the number of people in a group of your choice. You can use this in a business rule to update the field of your choice on the form. var gr = new GlideRecord('sys_user_grmember');
gr.addQuery('group.name', '<nameOfGrou...
Hello Hemanth, You won't be able to use glide server functionality on client side unless returning the answer from a script include and using GlideAjax on client script Please mark as helpful/accept solution if I answered your query.Regards,KushalTec...
Hi, Please refer to the documentation page for Application Files for a comprehensive understanding of the topic:https://docs.servicenow.com/bundle/vancouver-application-development/page/build/applications/concept/c_ApplicationFiles.htmlPlease mark as...
Hello there, I would always suggest to use the latest iteration of the record hence pill from "1. Update Record" is the one I would use.Answering your questions:1. Data pills are just visual representations of variables that can be used. When you sel...