Resolved! Adding an Edit button to a linked list in the workspace
How do I add the edit button to the linked list in the workspace? I tried to do it like this but I can't
How do I add the edit button to the linked list in the workspace? I tried to do it like this but I can't
Hi, the Edit button doesn't work for me, it only opens with a white square, I'm uploading 2 photos of what I did, I'd appreciate help and a solution!
Hello! I would be happy if someone could bring me an exact solution because I literally changed worlds to find a solution how do I add an Edit button in a linked list in WorkspaceAn example in the attached picture I have a linked list called vendor u...
function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newValue === '') { return; } var ga = new GlideAjax('SI_ReturnUserDetails'); ga.addParam('sysparam_name','returnDetails'); ga.addParam('sys...
Does anyone know how to set it up so the contact type is "Virtual agent"? Even conversational requests show as Self-Service. Thanks!
I am trying to trigger an email notification from flow designer that contains all of the variables in a requested item. I was able to get the notification to populate the variables using the following script and using the sc_task table, but the workf...
Prevent Duplicate record insertion in table using client script.Note: I have already achieved this via BR. But I want this to be achieved via client script and script include. Client Script(OnSubmit) : function onSubmit() { if (g_scratchpad.isForm...
Hello!I have a transform map that creates an incident record on transform. The source table has a field called config_item and populated the cmdb_ci field on the target table. I want to create the incident but leave the cmdb_ci field blank if the con...
how can i import 1000+ badge information to the user badge in walkup experience ? is there any batch upload or can i just write to the table ?
Hi !My client wants to display an announcements on NOW mobile's home page similar to the announcements widget (same as in the picture). Does anyone have any solution?Any help would be appreciated. Thanks everyone !!!
Hello community i have written a client script to set value of field from a reference field but i am getting undefined in that field . Here is the script ar getOEM = g_form.getReference('vendor', setTeamandCategory);function setTeamandCategory(getO...
To make sure the test user is accessing the service portal, I created him and gave him the roles snc_external. Nevertheless, I have impersonated the test user. however, the program (Service portal) was invisible to me. I have also confirmed with anot...
Hello All,I need help building this requirement, Please help. Objective:Develop a catalog item for Employee Codes Reservation to accommodate all potential combinations of AA999 & AA99 employee codes. Scenario Description:For employees associated, exi...
Hello, I am creating a Performance Analytics Widget for a Custom Formula indicator. Below are the options selected:Type: PivotVisualization : HeatmapIndicator : Task Average Time1st Breakdown : Assignee2nd Breakdown : Task type. The widget is not get...
As shown in the image, the list is embedded and displayed in the base record form.I created a cell edit type client script that runs when the value of the embedded list changes.Is it possible to show/hide tabs in the base record form with this client...
