Skip to main content

Issue in "ReformatLayoutCustomObject"

Comments

3 comments

  • Themistocles Chronis

    @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 iconPlease 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.

    Originally posted on September 9, 2024.

    0
  • Madhu Sai

    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

    /* References Material Icons font for rendering new "more" and "delete" buttons */

    @font-face {

      font-family: 'Material Icons';

      font-style: normal;

      font-weight: 400;

      src: url(../apps/common/fonts/material-icons.woff2) format('woff2');

    }

    .material-icons {

      font-family: 'Material Icons';

      font-weight: normal;

      font-style: normal;

      font-size: 24px;

      line-height: 1;

      letter-spacing: normal;

      text-transform: none;

      display: inline-block;

      white-space: nowrap;

      word-wrap: normal;

      direction: ltr;

      -webkit-font-smoothing: antialiased;

    }

    Regards,

    Madhu

    Originally posted on September 9, 2024.

    0
  • Themistocles Chronis

    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.

    Details here:

    https://www.archerirm.community/t5/archer-user-experience/archer-enhanced-user-experience-tool/m-p/739092/highlight/true#M268

    Originally posted on September 9, 2024.

    0

Please sign in to leave a comment.