Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

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

Forum Posts

Resolved! Debug the Record Producer Script

I have written a script to map the fields on custom table and create a record in another custom table as well [ as record producer is linked to another custom table]. We need record producer to create records in 2 tables based on Expense Category [re...

ShivangiC by Tera Contributor
  • 822 Views
  • 1 replies
  • 1 helpfuls

CAD Question

Which of the following is not supported by Flow Designer?a. Call a subflow from a flowb. Test a flow with rollbackc. Use Delegated Developerd. Run a flow from a metric Base triggere. Automated test framework Can anyone respond to this? 

Snow preck by Tera Contributor
  • 2588 Views
  • 4 replies
  • 5 helpfuls

Asynchronous GlideAjax call causing issues

Hi Community, As this is asynchronus call, the array value is getting calculated after JSON object and JSONArray initiation which causes array value to be empty and hence 'monthly_fixed_price_to_be_invoiced' is always empty. I thought to use getXMLWa...

Resolved! GlideRecord Query

Hi Developer,I am running a GlideRecord Query written below:var myObj = new GlideRecord('sys_user_grmember');myObj.addQuery('group', '=', 'Database');myObj.query();gs.info("Returned record count = " + myObj.getRowCount());I want to know the number of...

Saurabh _ by Tera Guru
  • 14166 Views
  • 8 replies
  • 5 helpfuls

How to make attachment mandatory

HI, when a specific State  Test  is set to Yes. The goal is to allow form submission only after the attachment has been successfully uploaded; otherwise, a popup should appear. You've implemented code that successfully triggers the popup when the att...