Advertisement
Guest User

Untitled

a guest
Oct 20th, 2014
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. If([Status] = "Sold 100%" and [Status] <> "Approved",
  2. var text URL = URLRoot()
  3. "db/" &
  4. [XXXX] &
  5. "?act=API_EditRecord&rid=" &
  6. [Record ID#] &
  7. "&_fid_23=" &
  8. URLEncode("Verbal Agreement 90%");
  9. "javascript:" & "$.get('" & $URL & "', function(){" & "location.reload(true);" & "});" & "void(0);"
  10. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement