Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Individual views or viewlets can be hidden from a user by using access filters. For instance, if we wanted to disable the Map view View for our super user, the following could be done from the user management screen on the host.

...

  1. Navigate to the Folio app in SkySpark for your project
  2. Locate the ids for the periscope users you are copying with the following inputreadAll(periscope and user)
  3. Execute the following, replacing the user_to_copy and the new_periscope_user with the respective periscopeUser ids:

    Code Block
    copyPeriscopeUser(readById(@user_to_copy), readById(@new_periscope_user))


Note

Periscope users and SkySpark user records are not the same. SkySpark manages users at the host level where-as periscope users are managed at the project level. They may looks similar but don't let that fool you. When duplicating users make , be sure you 're are using the IDs for the Periscope user. You can verify that the record is the periscope user because it will have both periscope and user marker tags.

...