Fetching a record's sys_id in a client scriptDescriptionThis 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.Additional InformationFind more information in our developer documentation: GlideForm - GetUniqueValue.