Security Examples
3 min
allowing users to view incidents docid\ eu7olqpaxtr7tztg2h5nsallowing service desk analysts to view incidents docid\ eu7olqpaxtr7tztg2h5nsallowing service desk managers to view incidents docid\ eu7olqpaxtr7tztg2h5ns allowing users to view incidents to allow a user to view an incident that he has created and that has been assigned to a service desk analyst, do the following from the configuration console, click configure > users and permissions > roles and permissions to display the roles and permissions workspace click service desk analyst click the object permissions tab find the incident object name and click edit under the access column the servicedeskanalyst accessing incident page opens click the add icon to add a table row for adding a case select view from the drop down list select createdby as the first operator to constrain from the drop down list from the next drop down list, select is as the first negation from the next drop down list, select equal to as a matching value enter $(currentloginid()) in the last field security example allowing users to view incidents click update to save your changes the display changes to read view records where incident's createdby is equal to $(currentloginid()) upon logging in to the self service portal, the incident list displays any incident he has created as a view only entry allowing service desk analysts to view incidents to allow service desk analysts to view and update their created incidents through their lifecycles, do the following from the configuration console, click configure > users and permissions > roles and permissions to display the roles and permissions workspace click service desk analyst click the object permissions tab find the incident object name and click edit under the access column the servicedeskanalyst accessing incident page opens click the add icon to add a table row for adding a case select update and view from the drop down list select employee (via incidentowneremployee) as the first operator to constrain from the drop down list leave the next drop down list blank from the next drop down list, select is as the first negation from the next drop down list, select the logged in user as a matching value click update to save your changes the display changes to read update and view records where incident's \[employee# owner] is the logged in user upon logging in as a service desk analyst, the incident list displays only the incidents assigned to that service desk analyst allowing service desk managers to view incidents to allow a service desk manager to update and view incidents created by himself and any subordinates, do the following from the configuration console, click configure > users and permissions > roles and permissions to display the roles and permissions workspace click service desk manager click the object permissions tab find the incident object name and click edit under the access column the servicedeskmanager accessing incident page opens click the add icon to add a table row for adding a case select update and view from the drop down list select employee (via incidentowneremployee) as the first operator to constrain from the drop down list leave the next drop down list blank from the next drop down list, select is as the first negation from the next drop down list, select the logged in user as a matching value check or the logged in user's subordinates click update to save your changes the display changes to read update and view records where incident's \[employee# owner] is the logged in user (or the logged in user's subordinate) upon logging in as a service desk manager, the incident list displays the incidents created by the service desk manager and any employees listed in the reporting hierarchy
