AhuvaBrown
5 years agoQrew Cadet
Help with formula URL (or rich text) button
I'm trying to create a button that will put a record into edit mode without changing any fields, and then save the record immediately after. I need this to happen in order to allow a JavaScript function in a code page to be implemented on the form using the IOL technique.
The function itself does something to this effect:
var string = Math.random().toString(36).substring(2, 15);
------------------------------
A Brown
------------------------------
The function itself does something to this effect:
var string = Math.random().toString(36).substring(2, 15);
$("#_fid_6").val(randomString);
If I manually click the edit button on the record, the function is implemented and the results are saved when the record is saved manually, but I'd like that to happen with a single button click.Can anyone help? If anyone knows of a better way to accomplish this I'd be glad to hear it.
------------------------------
A Brown
------------------------------