Forum Discussion
Laura_Thacker
6 years agoQrew Commander
Use a formula-rich-text field with the following formula:
"<a class='Vibrant Success' title='Mark as Shipped!' style='text-align:center; text-decoration:none' href='javascript:void(window.location.href = \""&
URLRoot() & "db/" & [_DBID_SALES] & "?a=API_EditRecord&apptoken=ngp9gddypa5axcmecxe9zzxre2&rid=" & URLEncode([Record ID#])
& "&_fid_7=" & URLEncode("Shipped")
& "&rdr="&"\"+escape(window.location.href)"
& ")'>Mark as Shipped</a>"
"<a class='Vibrant Success' title='Mark as Shipped!' style='text-align:center; text-decoration:none' href='javascript:void(window.location.href = \""&
URLRoot() & "db/" & [_DBID_SALES] & "?a=API_EditRecord&apptoken=ngp9gddypa5axcmecxe9zzxre2&rid=" & URLEncode([Record ID#])
& "&_fid_7=" & URLEncode("Shipped")
& "&rdr="&"\"+escape(window.location.href)"
& ")'>Mark as Shipped</a>"
ChrisSwirtz1
6 years agoQrew Trainee
That worked beautifully! Thank you!!