1. Script object OG.Role

    Artikel: AN0002189Aktualisiert:
    Die vorgegebene Sprachenversion vom Artikeltext wird angezeigt, weil es kein Text von der ausgewählten Sprache und Version gibt.

    This object offers functions for reading role metadata.

    Script functions

    Name Description
    Role GetById(int id) Function returns role according to the input Id.
    Role GetByCode(string code) Function returns role according to the input code.
    RoleList GetAll() Function returns all the roles.
    int AuthenticateUsersRoleId Id of the role assigned to all authenticated users.
    int ReportRoleId Id of the role for reports.

    Object call

    OG.Role

×