User Activity
Hi,I have a UI Action which calls a script include to carry out certain actions on users referenced on the selected records in a list.The functionality has been tried and tested and is fully functional.However, there is one glitch which I am unable t...
12-16-2016
I am currently working with ACLs and before-query business rules and am using a Test User.I have a row-level ACL on a Test table which allows the Test User access to the table. However, I also have a field-level ACL on the Test table which locks one ...
I'm looking for a way to easily determine if a user referenced on a record has a particular role within one of my scripts.Since gs.hasRole() can only be used to determine if the currently logged in user has the specified role, the only method I know ...
I have a before-query business rule that runs on the IT Service table. However, since Service Component is a child table of the IT Service table it is running on Service Component as well and subsequently blocks all the data since the query in the BR...
05-03-2016
Hi,I am trying to create a full outer join in a database view.The reason for this is that I want to display all records from three different tables for reporting purposes but there is no link that I can create in the 'where' clauses.I just want all r...