OK, so I use the CRM system on demand, and the URL should be updated when the form is updated. For some reason, the form cannot be specified by identifier, so I need another way to get value = "THIS".
No identifiers allowed! (If you do not know why) Thank you :)
Relevant HTML:
<input id="ServiceRequestEditForm.CustomObject6 Id" class="inputControlFlexWidth" type="text" value="THIS CHANGES AFTER UPDATE" tabindex="9" size="25" name="ServiceRequestEditForm.CustomObject6 Name">
Thanks for the quick answers. The reason I could not select the identifier was because it contained a complete revolution. For instance. EditForm.CustomObject6 should become EditForm \ .CustomObject6
The answers are still very helpful.
user961437
source share