User Activity

I am using GwtPollDialog to export a table to a spreadsheet. As it appears that I can't export multiple tables at the same time in servicenow I want to trigger the GwtPollDialog function a second time once the first dialog has closed.Can anyone help ...
Hi,Does anyone now how to remove choices from a condition type field using a client script (something similar to g_form.removeOption )?That way I can present the users with a shorter list of relevant fields and exclude all the others..thanks
I'd like to use the email client function to send out different types of emails to different recipient.I can setup multiple email client templates for the same table, but there doesn't seem to be any way to select which template is applied when the c...
Does anyone know of a way to ensure that Self Service users can only view attachments that they themselves have added against a specific record (ie. so if a user with a role adds an attachment it is visible only to other users with the same role) ? T...
I'm trying to query a large Oracle database using the Use last run datetime: function to get incremental data. The problem I have is that if I manually populate the Last Run datetime field with "to_date('2011-11-02','yyyy-mm-dd')" then the query work...