Forum Discussion
olivermah
7 years agoQrew Assistant Captain
so i've done this but for some reason the button won't show up even when i click display as a button, never ran into this before.
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_77=" & URLEncode("[APL GRI Amount]");
If([Cost - Carrier]="APL",
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);")
var text URL = URLRoot() & "db/" & Dbid() & "?act=API_EditRecord&rid=" & [Record ID#]
& "&_fid_77=" & URLEncode("[APL GRI Amount]");
If([Cost - Carrier]="APL",
"javascript:" &
"$.get('" &
$URL &
"',function(){" &
"location.reload(true);" &
"});"
& "void(0);")