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

Forum Posts

MetricBase trigger flow not working.

Please help! Why my MetricBase trigger flow doesn't trigger even when the condition is met.  I ran Test and it worked. After it is activated, I found no more flow executions even when condition is met. We are using Utah.   

celinenrmn_0-1702590052975.png
celinenrmn by Tera Contributor
  • 507 Views
  • 1 replies
  • 0 helpfuls

Map string field to reference field - transform map

Hi all, I have a requirement to map string field value to a reference field. That means source field will contain string value ( eg : Name of business area) but the target Field is a reference field. Is it possible to map string field to reference fi...

Anwesha3 by Mega Guru
  • 2028 Views
  • 2 replies
  • 2 helpfuls

Resolved! Need help Assigning Catalog Task to Specific Person

Scenario of the New User Setup Flow Design:When someone request a new user setup, it creates a request creates a request item and then creates three different catalog task to go to different department within our team. What I would like flow designer...

yjeon92_1-1702407158015.png
yjeon92 by Tera Contributor
  • 2543 Views
  • 9 replies
  • 1 helpfuls

Resolved! Dashboard data not visible to user

I created new dashboard and shared to one user. But user is unable to see data in dashboard. Data is showing empty and dispalying message: "Report visible only to a specific user or group"Plese suggest how to overcome this.

Ramakrishna6 by Tera Contributor
  • 4365 Views
  • 5 replies
  • 0 helpfuls

Resolved! Help with Workflow script = forEach

I can get the script below to work for a single record without any of the forEach function lines below...But, I must be so missing something when trying to loop through this array (mrvsValues). Any suggestions?  var mrvsValues = current.variables.mrv...

Resolved! Make fields Mandatory on specific view of rm_story table

Hi Developers, I have a requirement to make 4 fields mandatory on a certain view(ECC View) of rm_story table Below fields to be made mandatory additionally for ECC View.1. Product2. Theme3. Assignment group4. Assigned to   Please suggest. 

Naveen87_0-1682680825919.png
Naveen87 by Tera Guru
  • 1686 Views
  • 5 replies
  • 5 helpfuls

GlideRecord script

Hi, how to write Glide Record Query to get sysid of service_offering using assignment_group sysid in service offering table.I am using this query.var gr = newGlideRecord('service_offering');gr.addQuery('assignment_group', agsysid);gr.setLimit(1);gr.q...

Resolved! Copying RITM variables into catalog task variables

I need to add variables that display on the RITM form to display on the catalog task. However, I need the same variables to display on the catalog task form or in description field. After going through google as well as community blogs I have found  ...

SNOW32 by Giga Expert
  • 8005 Views
  • 6 replies
  • 10 helpfuls

Question on ACL

Hi,I have created a table-level (None) "read" ACL and assigned roles (SNOW Admin, SNOW Developer, SNOW Testing) to access the table. I have also created a "write" ACL to access the "records" (*) to the same table with the SNOW Developer role.When I i...

Community Alums by Community Alums  
  • 432 Views
  • 2 replies
  • 1 helpfuls

Flow Designer Trigger

Hello,Can someone tell me if I am able to use a Create trigger when the status of the record is closed in a flow or is there a way that I can script a trigger?  I am trying to set a trigger on closed records that will retrieve attachments when applic...

Resolved! Ignore an import set value if the Target is not blank

Hi, We have 2 different sources which automatically import into the cmdb_ci_computer table. The issue is that i want one to be the primary source and not get overwritten with information from the other if it differs, but want to be able to pick and c...