Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

Forum Posts

Look up all "true" values for use in a Flow

Hello!Not sure this is something possible, but I'm hoping to simplify some of how I build an app I've just started on. I'm going to currently have a whole bunch of True/False fields that drive lookups for other information as part of the "intake" for...

Integration

Hi Community, I am working in a task where i am getting CSV file from s3 bucket and store it in staging table as an attachment, I want to move this csv file to import set staging table. we receive daily one csv file and want to daily move this. what ...

BalkrishnaS by Tera Contributor
  • 230 Views
  • 1 replies
  • 0 helpfuls

Custom edit button on custom Table

I have created custom tables  "Group Table" and "Participant Table" similar to OOB Group and Group Members table. Requirement is as below:Adding the participants via Edit button to any of the group who are already part of some other group should not ...

Report with limited columns

I am making a report with several fields from a catalog item, however when adding the 39th column, my report is completely blank, until the 38th column the report is filled. Do you know if there is a column limit for the report? How can I increase th...

Resolved! Need to push object in an array from loop

Hello Team, Is there any way I can push Glide object as a value in an array- Eg. var users = [];var a = new GlideRecord('sys_user');a.addQuery('active',true);a.setLimit(5);a.query();while(a.next()){//*******************HERE I HAVE DOUBTusers.push(a);...

Used script to pass the ACL

We got the requirement that column b in user table only viewed by Admin.  But this field column B will be used to calcalate in portal for end user.  How does we handle it? 

JackieZhang by Tera Contributor
  • 430 Views
  • 5 replies
  • 1 helpfuls

Testing Inbound Email Action in PDI Instance

Hello All,I’ve created an inbound email action and would like to test its functionality—specifically attributes like email.body.Is there a way to test this using a background script or any other method within the PDI instance?  Any guidance would be ...

utsavjaiswa by Tera Contributor
  • 227 Views
  • 1 replies
  • 0 helpfuls
Labels