Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

Unable to edit in excel for the Decision Table

SA-13957

Summary



On clicking edit in excel option in Decision table, nothing is displayed. 
On enabling, Display a notification about every script error from IE > Internet Options > Advanced tab, following Java Script error is observed.


Error Messages






Steps to Reproduce



1. Open Sample Decision Table.
2. Click edit in excel button.

Root Cause



SSO (httponly cookie) is enabled in QA and Production instances. On debugging the JS file - pega_desktop_decision.js, it is found that the strConnID is passed as null inside the edit_in_excel function which results in the issue. 

var strConnID = zUtil_GetCookie("Pega-RULES"); 
if(strConnID == null) strConnID = ""; 


Resolution



Add the null check after the strConnID definition under HFix-23555 in Pega 7.1.6. 

Published September 3, 2015 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us