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

Forum Posts

Resolved! Business Rule is not working

Trying to cancel a change when the change task gets canceled, it is not working below is the codeBR on change_task table, order 10 triggers when the status is closed canceled var gr = new GlideRecord('change_request'); gr.addQuery('active',true); gr....

Shidhi by Tera Contributor
  • 1061 Views
  • 3 replies
  • 2 helpfuls

Parsed Excel only creates one row in Scoped App

I've created a custom scoped app and I am parsing an Excel spreadsheet into a scoped table from a flow action.  Everything is working fine, except it will only create one row in the table and not the rest in the spreadsheet.  When I run the same code...

gjz_0-1724695568144.png gjz_2-1724695949091.png
gjz by Mega Sage
  • 525 Views
  • 3 replies
  • 0 helpfuls

Resolved! Scheduled System Exports working inconsistently

I have a scheduled system export, it exports data from the incident table in a .csv to my mid server. I have been testing this both with the "Test Export 20 Records", which works perfectly, and also by scheduling the export and allowing it to run at ...

itd87_1-1712760111519.png
itd87 by Tera Expert
  • 1078 Views
  • 1 replies
  • 0 helpfuls

Remove option for related list form

Hi Team,I have working on Custom applicationWe have 5 Account type and Request Type is  added to all account type.Request Type field created on master table - ( We have 5 request type)Related List - Account We have 'Account Name' field in the related...

How is 1000 record limit on Remote Table defined?

The documentation stipulates that we should not add more than 1000 records to a remote table. There is also a hard limit, but it is not documented. It is not clear if the limit is from a sys_properties record or if it is hard-coded somewhere.   BTW, ...

Resolved! Syntax help parsing Excel into a table

I have created a custom app.  As part of the app, I need to parse an Excel spreadsheet and create records from the data in the spreadsheet.  I chose not to use an import for various reasons, although I may be stuck doing that. I'm using a flow that r...

gjz_1-1724457213334.png gjz_2-1724457680594.png
gjz by Mega Sage
  • 973 Views
  • 2 replies
  • 0 helpfuls

Resolved! "Clear the variable value" disappeared

Hello guysI came to report and ask for help with this weird thing that happened to me this weekI created an UI Policy inside a variable setbut the UI Policy Action is not letting me set the "Clear the variable value" as trueActually, this field is no...

Screenshot 2024-08-26 105052.png Screenshot 2024-08-26 105126.png