8,849
edits
Changes
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{{l1}}:<pre>document.getElementById("obj.fd_stageid").value = "8885";</pre>
<pre> document.getElementById("obj.fd_stageid").value = "8885"; </pre> At Level Two{{l2}}: <pre> document.getElementById("obj.fd_statusid").value = "8885"; </pre>
Where 8885 is the ID associated with the status you wish to select.