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

Special char & missing from file name when attaching file

SA-40096

Summary



When attaching a file, the special character ‘&’ is missing from the file name in the UI.

Error Messages



Not Applicable


Steps to Reproduce



Attach a file, in a section, using out-of-the-box AddAttachment.

Root Cause



An issue in the custom application code or rules.

Resolution



Perform the below local-change:

1. Change the control from Link to Formatted Text and u
se custom CSS to make it appear as a link.
2. Define a class in the Presentation tab (under Advanced Presentation options).

td.linktextcustom span {
cursor:pointer;
color:blue;
text-decoration:underline;
}

td.linktextcustom span:hover {
text-decoration:none;
text-shadow: 1px 1px 1px #555;
}

Published September 27, 2017 - 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