User Activity
HelloI am trying out the Advanced Risk Assessment feature in IRM. I have configured Risk Assessment methodology, tied it to Appropriate Entity class, sey default methdology on the entity class to the methodology I created. But when I create a risk fo...
06-12-2019
In GRC Policy and Compliance Module, on Control form, there is a checkbox of Exempt.
What is the meaning of this exempt checkbox? how does the control behave differently if this checkbox is checked.
?
02-28-2019
in an UI action, I am trying to get User Object for the engineer selected by the user in the engineer field on the form.
var engUserID = current.engineer.user_name; var thisUser = gs.getUser(); var engineerUser = thisUser.getUserByID(engUserID);
But...
02-18-2019
We are developing scoped applications in DEV instance and then using application repository to install them to higher environments. In parallel, sys admin is periodically cloning lower environments from production for upgrade to London testing etc....
Hello,
I have a a table in scoped app which has 50+ columns.
For testing pursposes, I want to develop a UI action to copy an existing row all 50+ fields, copy all butcouple of fields from existing row like address fields, phone number etc, modify onl...