User Activity
I have a custom role that contains the continuous authorization and monitoring Executive Reader role (grants read access with a table.none acl - can read any record across the different tables in the CAM suite). The new role is used so that users can...
I have a couple of form views that exist across different scoped tables. The views exist in one of these tables' app scopes. I have a view rule for each different form to force this view if users have a custom role. The view rule works only for those...
I am struggling to use a script include to control my UI Action's condition field. I am using this script include:var riskRetireUiActionCondition = Class.create();riskRetireUiActionCondition.prototype = {initialize: function() {},getCondition: functi...
I am trying to populate custom fields (reference type) on the sn_risk_risk form with field values of the Risk Owner's (owner field) Department record. I am trying to use a client script to call a script include to do this. I am wondering if my issue ...
I am struggling with an email notification that triggers off the sysapproval_approver table. I created an email script that queries the table that the approval is for (found in the sys_approval field of the approval form). I want to take a couple of ...