Refreshing the Table After Adding, Editing, or Deleting Objects

You can use the refreshTablePage() JavaScript API method to refresh the table to update the content after adding a new item in the list, updating the selected item in a table, or deleting selected items in a table.

Call this function with reference to the top window object. For example, to refresh the table page, call:

// JavaScript Code
top. refreshTablePage();
// JavaScript Code

You can not use the refreshTablePage() method to update the detailsDisplay (the right side frame of treeDisplay) or the content frame.