Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2024-09-09 07:46 AM
Hi Sir @ThemistoclesC
We are currently utilizing the "Archer_Enhanced_User_Experience_Tool" package to improve the record layout's look and feel, and it has been functioning well so far. However, we recently encountered an issue where a field marked as Read-only is displaying a "Remove" icon in the layout.
To investigate this behavior, we tested the layout both with and without the ReformatLayoutCustomObject. We observed that the "Remove" icon appears when using the ReformatLayoutCustomObject but does not appear when it is removed from the layout. Attached the screenshots for your reference.
We would appreciate your assistance in resolving this issue.
2024-09-09 09:26 AM
@MadhuSai1, I believe I fixed this issue in the latest release that's included with the most recent Archer Enhanced Experience Tool & Utility that's posted on the Archer Exchange.
2024.02.28.1100
• Fixes issue where remove record icon was appearing on cross-reference grids even when they were set to read only via DDEs.
• Overrides numerous classes to explicity set the font to Lato in cases where they weren't being set via existing code
• Changes section help icons from Image to the help_outline icon
Please check the version of the custom object you're using (which can be found in the comments of the custom object code). If you are using v. 2024.02.28.1100 and you're still getting this issue, let me know.
2024-09-09 09:26 AM
@MadhuSai1, I believe I fixed this issue in the latest release that's included with the most recent Archer Enhanced Experience Tool & Utility that's posted on the Archer Exchange.
2024.02.28.1100
• Fixes issue where remove record icon was appearing on cross-reference grids even when they were set to read only via DDEs.
• Overrides numerous classes to explicity set the font to Lato in cases where they weren't being set via existing code
• Changes section help icons from Image to the help_outline icon
Please check the version of the custom object you're using (which can be found in the comments of the custom object code). If you are using v. 2024.02.28.1100 and you're still getting this issue, let me know.
2024-09-09 09:56 AM
Hello Themistocles,
I have updated the custom objects to the latest version and the issue is resolved. Would like to update you that the latest code is still using the below code:
/* Imports Material Icons font for rendering new "more" and "delete" buttons */
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
Not this code
2024-09-09 10:23 AM
You're correct. The code you're referencing above was a workaround for your organization (and others like it) who are on-premises and don't allow internet access to reference fonts. If you remember, it required the installation of a font on your web server, something that is not allowed/applicable for Archer SaaS clients.