home.social

#suiteadvanced — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #suiteadvanced, aggregated by home.social.

fetched live
  1. I just dropped a new #SuiteAdvanced release! Here's a quick look at what's new:

    🟣 Export CSV reports of all config features and preferences
    🔵 New "Open Popups as Tabs" setting
    🟢 New "Copy Menu Path" action
    🟡 Recent Runtime Heatmap for Map/Reduce & Scheduled Deployments
    🟠 Shift + click to mass-select checkboxes on ERP pages
    🔴 Bulk edit Summary Types in Saved Searches
    🟣 Dashboard banner for Release Preview availability
    🟢 And much more!

    Full release notes: suiteadvanced.com/version-31_2

    #NetSuite

  2. @mez @jamessw Here’s an example where I’ve used color-scheme on individual elements in my SaaS. I display snippets of JSON/XML to users with ability to choose syntax highlighting themes. I set color-scheme to light/dark depending on the theme chosen. Sometimes they contain hyperlinks (ex: URLs become clickable). Anchor tags get their color based on if the user has chosen a light/dark theme. This way they don’t inherit their color from the main page. #SuiteAdvanced.

  3. @alex It makes more sense to use it with `overflow: auto`. It would prevent page or content shifts when the scroll bar becomes hidden or visible. I use it for this reason in my browser extension’s settings page. #SuiteAdvanced #CSS #webdev

  4. @argyleink I love that it’s a progressive enhancement. I’ve already started using it in one of my projects! #SuiteAdvanced