Fetching a record's sys_id in a client scriptIssue This article shows how to obtain the sys_id of a record by using a client script.ResolutionYou can use the g_form.getUniqueValue() function to fetch the record's sys_id.Related LinksFind more information in our developer documentation: GlideForm - GetUniqueValue.