Changing the Status from a Web Page View

Revision as of 10:10, 20 March 2009 by Cameron (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision as of 10:10, 20 March 2009 by Cameron (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

You can change the status of the associated item on a Web Page View using the following script:

At Level One:

document.getElementById("obj.fd_stageid").value = "8885";

At Level Two:

document.getElementById("obj.fd_statusid").value = "8885";

Where 8885 is the value associated with the status you wish to select.