Skip to main content

Can you create new views via script?

  • February 23, 2020
  • 29 replies
  • 254 views

Show first post
This topic has been closed for replies.

29 replies

  • Known Participant
  • September 1, 2022

Also think this feature would be extremely helpful!


Forum|alt.badge.img+2

Seconding this feature - would be huge!


Karlstens
Forum|alt.badge.img+24
  • Brainy
  • November 21, 2022

I’d be happy just to settle on being able to return Visible Field Names/IDs per view into both the Scripting Extension and an Automation Script. I’m not sure why this particular feature is missing - as we have the ability to hardcode in the visible field object - but there’s no method to simply return and use view field visibility.

For example, here we have the await input.recordAsync method that specifically has an optional “fields” argument - but the only way we can fulfill that fields argument is by manually hard-coding our own fields object - because there’s no way to actually access which fields are visible on a per-view basis.

    let myRecord = await input.recordAsync(`Assign ${element} for ${primaryRecord.getCellValueAsString("Name")} Class`, recordFilter, 
    {fields : myViewData[element]});

Forum|alt.badge.img+1
  • New Participant
  • August 30, 2024

Okay, it is 2024. Any updates?