Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with

  • Power Scripts 2.5.5 (server)
  • SIL Engine™ (former katl-commons) 2.5.8

Syntax

lfRefreshScreen();

...

Excerpt
Performs a page reload.

Example

This routine cane be used for example You can use this routine to refresh information on a view issue screen after performing an auto-transition when issue is viewed for the first time:. In this example, the issue is created in the New status. When first accessed, it is auto-transitioned to the Open status and the page is refreshed by means of the lfRefreshScreen routine to reflect the updated info.

Code Block
if(argv["screen"] == "view" && status == "New") {
   autotransition("Move to Open", key);
   lfRefreshScreen();
}

Issue is created in status New. When first accessed it is auto-transitioned to status Open and page is refreshed by means of the lfRefreshScreen routine to reflect the updated info.

See also

Filter by label (Content by label)
showLabelsfalse
max35
showSpacefalse
sorttitle
cqllabel = "live_fieldslf_routines"