Skip to content

get function does not give ACL errors #81

@vetsin

Description

@vetsin

doing a gr.get(sys_id) does not show any errors when we have a RoleException

doing it via gr.query() however does -- need this to be more consistent

e.g.

        test = self.client.GlideRecord('sys_atf_test')
        test.add_query('sys_id', sys_id)
        test.query()

vs

        test = self.client.GlideRecord('sys_atf_test')
        test.get(sys_id)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions