Developer forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Forum Posts

UI Builder - List Widget

Hello again all!  I think I have my last question, at least for now! I am working on configuring the Service Ops Workspace in the UI Builder.  I dropped a list widget in there, which appears to pull directly from the 'Task [Task]' table.  All I did w...

Lloyd700_0-1700665932101.png
Lloyd700 by Tera Contributor
  • 759 Views
  • 2 replies
  • 0 helpfuls

Resolved! One Editable Field on User Table

I've created a field (i.e. u_field_xyz) on the user table and I need to grant a specific role (new role that I've created i.e. role_xyz) to a group (new group I've created i.e group_xyz) of users that can only edit this new field and no other field o...

TStark by Kilo Sage
  • 377 Views
  • 1 replies
  • 0 helpfuls

Resolved! Set default Value on choice field type Task_sla

Hello folks,  I have a condition to set a default value of 'Unsubmitted' on a field that's visible only in list view.I've tried to use this client script onLoad, unsuccessfully failed to update at least one record: function onLoad() {    // indicate ...

Community Alums by Community Alums  
  • 1342 Views
  • 3 replies
  • 0 helpfuls

Resolved! Need a client script for comma separated

Hi Team, Please find the below screenshot Username has the collector which contains the value as reference from sys_user table For Example:salma@gmail.comrekha@gmail.comameer@gmail.com  I need to write a client script to get those 3 value in comma se...

Saib1_1-1700129221930.png Saib1_0-1700129119576.png
Saib1 by Tera Guru
  • 1292 Views
  • 10 replies
  • 1 helpfuls

Script to run scheduled report as each user in a group

I occasionally need to run a report for each user in a user group. Currently I do this in a script include, where I iterate through each user in the group and run a function that creates a record on the sysauto_report table, setting run_as and user_l...

Display a Seconds Portal in Main Portal

Hi,Is it possible to Show a Portal in Main Portal.For example Show a Seconds Portal in a Widget or a smaller frame of the Main Portal.Goal is to have different Portals from different Instances in on frame

Meloper by Kilo Sage
  • 664 Views
  • 7 replies
  • 2 helpfuls

Resolved! created encoded query to get sys_created on 30 days ago

I have a scheduled job that runs daily, checking for records in a table that need to be processed. The parameters are that the field "u_reminder_complete" is FALSE, and that the sys_created_on date is 30 days ago. This scheduled job works perfectly w...

CSM Notifications question

Hi, I'm having trouble creating these two notifications for CSM: - Assignee should receive a notification when a case gets an email from anyone besides system and the assignee itself- Assignee should receive a notification when in additional comments...

JordyZ by Mega Sage
  • 574 Views
  • 5 replies
  • 0 helpfuls

Need a script to display email id

HiI have the client script below it is getting displayed as sysid . I need email id to get displayed? function onChange(control, oldValue, newValue, isLoading) {    if (isLoading || newValue == '') {        return;    }   g_form.setValue('user_id', n...

Saib1_0-1700155370871.png
Saib1 by Tera Guru
  • 326 Views
  • 2 replies
  • 0 helpfuls

Password Reset Conditions

When a user tries to reset his password for employee center the following conditions must be met (email verification code):Inactive users, locked out users, and non-existing users should never proceed to the sending code page. How do I do this? I am ...

How to popualate Assignment group based on TAGS?

Hello All , We have a catalog form and it contains a variable called ( "choose ci" , that is reference to Application Service table , and each application service have the support group) once user submits the form , the RITM will be assigned to Appli...

shabbir5 by Tera Guru
  • 358 Views
  • 1 replies
  • 0 helpfuls