DonLarson
6 years agoQrew Elite
Re: Is there any manual to create Approval/Reject buttons?
Annie,
I made a typo in the Java Script. I did not use the full name of the variable.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------
I made a typo in the Java Script. I did not use the full name of the variable.
// Java Script Executable and UI
"<a href=\"javascript:" & "$.get('" & $URLAPIAdd & "', function(){" & "location.reload();" & "});" & "void(0);\">"&$ApproveIMG&"</a>"
This design makes it possible for you to change the function of the button based on conditions of the Opportunity. You might define another piece of logic that only lets you set the status to Quoting because the current status is Sales. Then you build a Case Statement that will make the button do different things.
This design makes it possible for you to change the function of the button based on conditions of the Opportunity. You might define another piece of logic that only lets you set the status to Quoting because the current status is Sales. Then you build a Case Statement that will make the button do different things.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------