Help
Karlstens
10 - Mercury
10 - Mercury
since ‎Aug 22, 2017
‎Jun 05, 2023

User Statistics

  • 607 Posts
  • 20 Solutions
  • 962 Kudos given
  • 582 Kudos received

User Activity

When searching for fields via the pop-up widget "Select Fields to Show" (Automation Script - Find Records Grid toggle) and "Find a field" within the Grid View Hidden Fields control, the search required to find the desired field is too specific and th...
When I run my following code within the Scripting App, it returns an overly useful object that I can easily sort and use to update my record with.  let sortedResults = membersRecords.records .filter( member => member.getCellValue("Result Date") !==...
Within a Grid View, often as I'm searching through many fields within a table via the "hidden fields" drop-down, I'm needing to reposition those returned fields from the hidden fields menu, typically the fields that I'm toggling the visibility of, I'...
What is the proposed idea/solution?FieldArray() - A function to use within the Formula Field that allows for the concatenation of all fields values, with each entry separated by a comma.ReplaceLast() - A method that replaces the last matched characte...
What is the proposed idea/solution?Labels for Fields within the Grid View. Form Views have them, but we need them in Grid Views too.How does is solve the user problems?Similarly to a Form View, I'd like to see Field Labels available for use within th...