User Activity
I've created some style entries for a field. One is set to true based on a condition of another field and these styles get applied correctly on the form view.On the list view, if the field is empty, the style is not applied.If I view the form, it is ...
I want to add a business rule to project tasks to prevent them from being deleted if there are time entries logged with hours to the task. I have created a business rule:When: beforeDelete: trueOrder: 1 (so that it runs before the out of the box befo...
I'm trying to run a report on the "status report" table under projects. This works fine for users who project roles but if I add the "project manager" field from the project table, it removes the records in the report due to a security constraint. I ...
I read the wiki that says you can execute a scheduled report using the following:---------//Execute a scheduled script job var rec = new GlideRecord('sysauto_script'); rec.get('name', 'YOUR_JOB_NAME_HERE'); SncTriggerSynchronizer.executeNow(rec);This...
05-18-2016
I want to hide the "edit"/pencil icon on a currency field in procurement. I find that when users edit the price using the edit button instead of just changing the value in the field, the price isn't triggering the client scripts or business rules to ...