HemaRajendran1
3 years agoQrew Trainee
A Pop-up message appears when clicking the formula-URL button in Edit mode
Hi Folks,
I created a Formula-URL button to change the value and redirect to the same page. The issue I'm facing here is,
* When I click the button in Edit mode, a popup appears saying "Changes you made may not be saved"
* Click the leave button in the pop-up (the changes are made and redirected to the same page)
Code:
If(
(not IsNull([Project record ID#])and [Sign Off Status]="1. Draft"),
var text Endorsementbypass =URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Project record ID#] & "&apptoken=abcdeff" &
//SignOff Status
"&_fid_182=" & URLEncode("15. TSP Endorsement Bypass")&
//Project Disposition
"&_fid_18=" & URLEncode("Portfolio Mgr Review") &
//Business Proposal and Charter - Reporting
"&_fid_377=" & URLEncode("Checked") &
"&rdr=" & URLEncode (URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()); $Endorsementbypass,"")
Thanks,
Hema
------------------------------
Hema Rajendran
------------------------------
I created a Formula-URL button to change the value and redirect to the same page. The issue I'm facing here is,
* When I click the button in Edit mode, a popup appears saying "Changes you made may not be saved"
* Click the leave button in the pop-up (the changes are made and redirected to the same page)
Code:
If(
(not IsNull([Project record ID#])and [Sign Off Status]="1. Draft"),
var text Endorsementbypass =URLRoot() & "db/" & Dbid() & "?a=API_EditRecord" &
"&rid=" & [Project record ID#] & "&apptoken=abcdeff" &
//SignOff Status
"&_fid_182=" & URLEncode("15. TSP Endorsement Bypass")&
//Project Disposition
"&_fid_18=" & URLEncode("Portfolio Mgr Review") &
//Business Proposal and Charter - Reporting
"&_fid_377=" & URLEncode("Checked") &
"&rdr=" & URLEncode (URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl()); $Endorsementbypass,"")
Thanks,
Hema
------------------------------
Hema Rajendran
------------------------------