Changes

Changing the Status from a Web Page View

67 bytes added, 12:47, 25 June 2013
no edit summary
You can change the [[status ]] of the associated item on a [[Web Page View Field|Web Page View]] using the following [[JavaScript|script]]:
At Level One{{l1}}:<pre>document.getElementById("obj.fd_stageid").value = "8885";</pre>
At Level Two: <pre>document.getElementById("obj.fd_statusidfd_stageid").value = "8885";</pre>
Where 8885 is the value associated with the status you wish to select.At {{l2}}:
<pre>document.getElementById("obj.fd_statusid").value = "8885";</pre>
Where ''8885'' is the ID associated with the status you wish to select.  ==See Also==* [[Category:System ManagementUpdateable Web Page View Fields]]* [[Determining the statusid]] [[Category:Custom FieldsSystem Management]][[Category:Browser ScriptsJavaScript]]
8,849
edits