Jump to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Scripting Create Account/Privs

Featured Replies

I want to have my user "admin" create accounts and have the ability to choose privs sets, but I want to script this. I do not want "admin" to get to the define accounts dialog, and therefore the developer account and password.

I thought that I could have a nice popup of priv sets, and then use the Create Account script step of create the account, with the chosen priv set. Seems like I'm stuck.

You can do that. Define a value list with your privilege set names, and use a script to create the account with the proper privilege set.

Since the target privilege set cannot be chosen from a calculated (or field) value, use If[] branching to choose the right Add Account[] step, where each one uses a different privilege set. Keep in mind that [Full Access] accounts cannot be created via scripts.

If [ SelectedPrivSet = "HR" ]

Add Account [ Account Name: AccountName ; Password: AccountPassword; Privilege Set: "HR" ]

Else If [ SelectedPrivSet = "Marketing" ]

Add Account [ Account Name: AccountName ; Password: AccountPassword; Privilege Set: "Marketing" ]

...

End If

  • Author

Thanks, sounds just what I needed. I'll let you know.

Create an account or sign in to comment

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.