Changes

Jump to: navigation, search

Changing the Status from a Web Page View

451 bytes added, 14:10, 20 March 2009
no edit summary
You can change the status of the associated item on a [[Web Page View Field|Web Page View]] using the following script:

At Level One:
<pre>
document.getElementById("obj.fd_stageid").value = "8885";
</pre>

At Level Two:
<pre>
document.getElementById("obj.fd_statusid").value = "8885";
</pre>

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


[[Category:System Management]][[Category:Custom Fields]][[Category:Browser Scripts]]
0
edits

Navigation menu