Help
Chris_Guthrie
7 - App Architect
7 - App Architect
since ‎Aug 31, 2018
‎Mar 20, 2023

User Statistics

  • 54 Posts
  • 2 Solutions
  • 18 Kudos given
  • 24 Kudos received

User Activity

Using a script, what is the syntax for clearing a value from an existing record in a single select field?
I’m having some trouble using a Script Setting input field when building a new record using CreateRecordAsync. Any help would be appreciated! Thanks! I keep getting errors like this Field ‘orderEvents’ does not exist in table ‘Inventory & Order Even...
Can the buttonAsync be created dynamically? I have an array of Order Numbers called filteredOrderNames. Can each value of the array serve as the button label? let selectedOrder = await input.buttonsAsync( 'Select Order Group from List below', [ {...
I’m not great with Scripting, but I can struggle my way through sometimes. I’m trying to get the day of the week from a Date field type. Any suggestions on how to accomplish this? Thanks!
Hi! I have a rollup field (using ARRAYUNIQUE) that should always produce a single array value. I want to pretty it up and remove the encompassing quotation marks, but I can’t seem to figure it out. I’ve tried all of the following formulas, but none o...