ShawnAkins
5 years agoQrew Member
Open new window to edit a record
I'm trying to create a button to edit a record from a table view using a Formula-rich text field. In the field, I have the following but it's not working?
var text Words = "Edit";
var text URL =URLRoot() & "db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#]);
"<a class='Vibrant Success' onclick=\"var a=window.open(URL,'newwindow', 'width=600,height=600');\" >Words</a>"
------------------------------
Shawn
------------------------------
var text Words = "Edit";
var text URL =URLRoot() & "db/" & Dbid() & "?a=er&rid=" & ToText([Record ID#]);
"<a class='Vibrant Success' onclick=\"var a=window.open(URL,'newwindow', 'width=600,height=600');\" >Words</a>"
------------------------------
Shawn
------------------------------