[{"data":1,"prerenderedAt":642},["ShallowReactive",2],{"{\"query\":\"\\n  query ($locale: SiteLocale!) {\\n    site: _site {\\n      favicon: faviconMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      globalSeo {\\n        fallbackSeo {\\n          title\\n          description\\n        }\\n      }\\n    }\\n    global(locale: $locale) {\\n      headerCta {\\n        ...LinkFragment\\n      }\\n      topBanner {\\n        showBanner\\n        bannerText\\n        bgColor\\n      }\\n      signIn\\n      investors {\\n        title\\n        logos {\\n          url\\n        }\\n      }\\n      description\\n      footerCta {\\n        ...LinkFragment\\n      }\\n      socialMedia {\\n        platform\\n        url\\n      }\\n      locations {\\n        location\\n        address\\n        coords\\n      }\\n      emailAddress\\n      badges {\\n        url\\n      }\\n      gatedHeadline\\n      gatedIntro\\n      gatedFormId\\n      signupForm {\\n        headline\\n        intro\\n        hubspotId\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":3,"{\"query\":\"\\n  query {\\n    menu {\\n      main {\\n        ... on MenuGroupRecord {\\n          __typename\\n          label\\n          id\\n          submenu {\\n            ... on MenuItemRecord {\\n              __typename\\n              label\\n              description\\n              ...InternalFragment\\n              external\\n              icon {\\n                url\\n              }\\n            }\\n            ... on MenuGroupRecord {\\n              __typename\\n              label\\n              submenu {\\n                ... on MenuItemRecord {\\n                  __typename\\n                  label\\n                  ...InternalFragment\\n                  external\\n                }\\n              }\\n            }\\n          }\\n        }\\n        ... on MenuItemRecord {\\n          __typename\\n          label\\n          id\\n          ...InternalFragment\\n          external\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment InternalFragment on MenuItemRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on NewsCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n  }\\n\\n\",\"variables\":{\"locale\":\"en\"}}":100,"{\"query\":\"\\n  query ($slug: String) {\\n    post(filter: { slug: { eq: $slug } }) {\\n      seo: _seoMetaTags {\\n        attributes\\n        content\\n        tag\\n      }\\n      ...PostFragment\\n      content {\\n        value\\n        blocks {\\n          __typename\\n          ... on RecordInterface {\\n            __typename\\n          }\\n          ... on BlogQuoteRecord {\\n            id\\n            __typename\\n            text\\n          }\\n          ... on BlogImageRecord {\\n            id\\n            __typename\\n            image {\\n              url\\n              alt\\n            }\\n            caption\\n            link {\\n              ...SingleLinkFragment\\n            }\\n          }\\n          ... on BlogTableRecord {\\n            id\\n            __typename\\n            colLeft\\n            colRight\\n            tableRows {\\n              colLeft\\n              colRight\\n            }\\n            bgColor {\\n              bgColor\\n            }\\n          }\\n          ... on DownloadRecord {\\n            id\\n            __typename\\n            text\\n            file {\\n              url\\n              filename\\n            }\\n          }\\n          ... on EmbedVideoRecord {\\n            id\\n            __typename\\n            video {\\n              height\\n              provider\\n              providerUid\\n              thumbnailUrl\\n              title\\n              url\\n              width\\n            }\\n          }\\n        }\\n      }\\n    }\\n    blogLanding {\\n      footerCallout {\\n        ...FooterFragment\\n      }\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n  \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \\n  fragment SingleLinkFragment on LinkRecord {\\n    internal {\\n      ... on HomeRecord {\\n        __typename\\n      }\\n      ... on PostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on ProductRecord {\\n        __typename\\n        slug\\n      }\\n      ... on WhyMainRecord {\\n        __typename\\n      }\\n      ... on WhySubpageRecord {\\n        __typename\\n        slug\\n      }\\n      ... on AiFirstRecord {\\n        __typename\\n      }\\n      ... on ClientSuccessRecord {\\n        __typename\\n      }\\n      ... on BookDemoRecord {\\n        __typename\\n      }\\n      ... on BlogLandingRecord {\\n        __typename\\n      }\\n      ... on AboutRecord {\\n        __typename\\n      }\\n      ... on LeadershipRecord {\\n        __typename\\n      }\\n      ... on MediaCollectionRecord {\\n        __typename\\n        tag {\\n          slug\\n        }\\n      }\\n      ... on MediaPostRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CaseStudyRecord {\\n        __typename\\n        slug\\n      }\\n      ... on CasestudyLandingRecord {\\n        __typename\\n      }\\n      ... on PaidLandingRecord {\\n        __typename\\n        slug\\n      }\\n    }\\n    external\\n  }\\n\\n\",\"variables\":{\"slug\":\"the-most-daring-cfo-digital-transformation-ever\"}}":281,"{\"query\":\"\\n  query {\\n    allPosts(\\n      orderBy: publishDate_DESC\\n      filter: { publishDate: { lte: \\\"2026-05-27\\\" }, id: {neq: \\\"TR0dqFcKTx2I1tybe3-KQA\\\"} }\\n      first: 3\\n    ) {\\n      ...PostFragment\\n    }\\n  }\\n  \\n  fragment PostFragment on PostRecord {\\n    __typename\\n    id\\n    title\\n    slug\\n    publishDate\\n    category {\\n      id\\n      name\\n      slug\\n    }\\n    author {\\n      name\\n      photo {\\n        url\\n      }\\n    }\\n    image {\\n      responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n        src\\n        width\\n        height\\n        alt\\n        base64\\n      }\\n    }\\n    accentColor {\\n      bgColor\\n    }\\n    intro\\n  }\\n\\n\",\"variables\":{}}":523,"{\"query\":\"\\n    query {\\n      global {\\n        footerCallout {\\n          ...FooterFragment\\n        }\\n      }\\n    }\\n    \\n  fragment FooterFragment on FooterBannerRecord {\\n    headline\\n    intro\\n    cta {\\n      ...LinkFragment\\n    }\\n  }\\n\\n    \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n  \",\"variables\":{}}":571,"{\"query\":\"\\n  query {\\n    articleSidebar {\\n      cta {\\n        ...LinkFragment\\n      }\\n    }\\n  }\\n  \\n  fragment LinkFragment on CallToActionRecord {\\n    buttons {\\n      label\\n      internal {\\n        ... on HomeRecord {\\n          __typename\\n        }\\n        ... on PostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on ProductRecord {\\n          __typename\\n          slug\\n        }\\n        ... on WhyMainRecord {\\n          __typename\\n        }\\n        ... on WhySubpageRecord {\\n          __typename\\n          slug\\n        }\\n        ... on AiFirstRecord {\\n          __typename\\n        }\\n        ... on ClientSuccessRecord {\\n          __typename\\n        }\\n        ... on BookDemoRecord {\\n          __typename\\n        }\\n        ... on BlogLandingRecord {\\n          __typename\\n        }\\n        ... on AboutRecord {\\n          __typename\\n        }\\n        ... on LeadershipRecord {\\n          __typename\\n        }\\n        ... on MediaCollectionRecord {\\n          __typename\\n          tag {\\n            slug\\n          }\\n        }\\n        ... on MediaPostRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CaseStudyRecord {\\n          __typename\\n          slug\\n        }\\n        ... on CasestudyLandingRecord {\\n          __typename\\n        }\\n        ... on PaidLandingRecord {\\n          __typename\\n          slug\\n        }\\n      }\\n      external\\n      style\\n    }\\n  }\\n\\n\",\"variables\":{}}":580,"{\"query\":\"\\n  query {\\n    allNewsPosts(orderBy: publishDate_DESC, first: 3) {\\n      __typename\\n      title\\n      slug\\n      publishDate\\n      tag {\\n        name\\n        slug\\n      }\\n      image {\\n        responsiveImage(imgixParams: { fit: fillmax, w: 1400, h: 1050 }) {\\n          src\\n          width\\n          height\\n          alt\\n          base64\\n        }\\n      }\\n      logo {\\n        url\\n      }\\n      accentColor {\\n        bgColor\\n      }\\n      intro\\n      externalLink\\n      media {\\n        ... on MediaVideoRecord {\\n          __typename\\n          video {\\n            ...VideoFragment\\n          }\\n        }\\n      }\\n    }\\n  }\\n  \\n  fragment VideoFragment on VideoRecord {\\n    file {\\n      video {\\n        muxPlaybackId\\n        title\\n        width\\n        height\\n        thumbhash\\n        blurUpThumb\\n        thumbnailUrl\\n      }\\n    }\\n    external {\\n      height\\n      provider\\n      providerUid\\n      thumbnailUrl\\n      title\\n      url\\n      width\\n    }\\n    loopClip {\\n      url\\n    }\\n  }\\n\\n\",\"variables\":{}}":587},{"site":4,"global":30},{"favicon":5,"globalSeo":26},[6,14,18,22],{"attributes":7,"content":12,"tag":13},{"sizes":8,"type":9,"rel":10,"href":11},"16x16","image/png","icon","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=16&w=16",null,"link",{"attributes":15,"content":12,"tag":13},{"sizes":16,"type":9,"rel":10,"href":17},"32x32","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=32&w=32",{"attributes":19,"content":12,"tag":13},{"sizes":20,"type":9,"rel":10,"href":21},"96x96","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=96&w=96",{"attributes":23,"content":12,"tag":13},{"sizes":24,"type":9,"rel":10,"href":25},"192x192","https://www.datocms-assets.com/160976/1749759184-favicon.png?auto=format&h=192&w=192",{"fallbackSeo":27},{"title":28,"description":29},"Everest Systems | ERP Reinvented for the AI Era","Everest is an AI-native ERP platform that replaces outdated systems, streamlines operations, cuts costs, and enables rapid adaptations for faster, smarter growth.",{"headerCta":31,"topBanner":39,"signIn":37,"investors":43,"description":29,"footerCta":54,"socialMedia":59,"locations":66,"emailAddress":87,"badges":88,"gatedHeadline":93,"gatedIntro":94,"gatedFormId":95,"signupForm":96},{"buttons":32},[33],{"label":34,"internal":35,"external":37,"style":38},"Try Everest",{"__typename":36},"BookDemoRecord","","button",{"showBanner":40,"bannerText":41,"bgColor":42},true,"\u003Cp>Learn what it means to be truly AI-native &mdash; \u003Ca href=\"https://everest-systems.com/weekly-demo\">join our live product demo on Thursday at 10am PT\u003C/a> &rarr;\u003C/p>","red",{"title":44,"logos":45},"Investors",[46,48,50,52],{"url":47},"https://www.datocms-assets.com/160976/1749761147-sutter-hill.svg",{"url":49},"https://www.datocms-assets.com/160976/1749761146-altimeter.png",{"url":51},"https://www.datocms-assets.com/160976/1749761146-redpoint.png",{"url":53},"https://www.datocms-assets.com/160976/1750290368-dl.png",{"buttons":55},[56],{"label":57,"internal":58,"external":37,"style":38},"Contact",{"__typename":36},[60,63],{"platform":61,"url":62},"linkedin","https://www.linkedin.com/company/everest-systems-inc/",{"platform":64,"url":65},"youtube","https://www.youtube.com/@EverestSystemsERP",[67,71,75,79,83],{"location":68,"address":69,"coords":70},"North America","280 Hope Street\nMountain View, CA 94041","130,290",{"location":72,"address":73,"coords":74},"Germany","Max-Jarecki-Straße 21, 69115\nHeidelberg, Germany","650,252",{"location":76,"address":77,"coords":78},"United Kingdom","80 Grosvenor Street\nLondon, W1k3JX ","590,208",{"location":80,"address":81,"coords":82},"Brazil","Mostardeiro, 800 - room 702\nPorto Alegre - RS, 90430-000","384,636",{"location":84,"address":85,"coords":86},"South Africa","The Foundry, 74 Cardiff Street, Green Point, Cape Town, 8005, South Africa","680,624","info@everest-systems.com",[89,91],{"url":90},"https://www.datocms-assets.com/160976/1749761602-aws.png",{"url":92},"https://www.datocms-assets.com/160976/1749761602-aicpa.png","Gated Content Headline","Please fill out this form to gain access to exclusive content","c9f28857-105a-4932-a211-4f63c780866b",{"headline":97,"intro":98,"hubspotId":99},"Get the latest Everest news","Some nice copy here about what you get when you sign up.","36355ffe-9c44-4682-a5de-b73edd288b28",{"menu":101},{"main":102},[103,188,223,228,261],{"__typename":104,"label":105,"id":106,"submenu":107},"MenuGroupRecord","Products","ZpWZSBQDQti1xbn9l2cD_Q",[108,117,124,131,138,145,152,159,166,173,181],{"__typename":109,"label":110,"description":111,"external":37,"icon":112,"internal":114},"MenuItemRecord","Order to Cash ","Streamline every step from order to cash.",{"url":113},"https://www.datocms-assets.com/160976/1749656388-quotetocash.svg",{"__typename":115,"slug":116},"ProductRecord","order-to-cash",{"__typename":109,"label":118,"description":119,"external":37,"icon":120,"internal":122},"Record to Report","Purpose-built record to report for scaling global operations.",{"url":121},"https://www.datocms-assets.com/160976/1750686191-recordtoreport.svg",{"__typename":115,"slug":123},"record-to-report",{"__typename":109,"label":125,"description":126,"external":37,"icon":127,"internal":129},"Revenue Recognition","Automate revenue recognition and simplify ASC 606 compliance.",{"url":128},"https://www.datocms-assets.com/160976/1749656415-revenuerec.svg",{"__typename":115,"slug":130},"revenue-recognition",{"__typename":109,"label":132,"description":133,"external":37,"icon":134,"internal":136},"Cloud Cost Management","Bring cloud spend into focus, directly in your ERP.",{"url":135},"https://www.datocms-assets.com/160976/1750686447-cloudcost.svg",{"__typename":115,"slug":137},"cloud-cost-management",{"__typename":109,"label":139,"description":140,"external":37,"icon":141,"internal":143},"HR Management","Understand and control people costs in one system.",{"url":142},"https://www.datocms-assets.com/160976/1749662760-hr-management.svg",{"__typename":115,"slug":144},"hr-management",{"__typename":109,"label":146,"description":147,"external":37,"icon":148,"internal":150},"Asset Management","Track and depreciate assets without extra modules.",{"url":149},"https://www.datocms-assets.com/160976/1749663705-assetman.svg",{"__typename":115,"slug":151},"asset-management",{"__typename":109,"label":153,"description":154,"external":37,"icon":155,"internal":157},"Multi-Book & Localization","Run global accounting without adding complexity.",{"url":156},"https://www.datocms-assets.com/160976/1749664554-internationalization.svg",{"__typename":115,"slug":158},"multi-book-localization",{"__typename":109,"label":160,"description":161,"external":37,"icon":162,"internal":164},"Native AI","Empower your users to develop features with AI.",{"url":163},"https://www.datocms-assets.com/160976/1755089953-native-ai.svg",{"__typename":115,"slug":165},"ai-automation",{"__typename":109,"label":167,"description":168,"external":37,"icon":169,"internal":171},"Live Sandbox","Make changes with zero risk.",{"url":170},"https://www.datocms-assets.com/160976/1750686956-lifesandboxing.svg",{"__typename":115,"slug":172},"live-sandbox",{"__typename":109,"label":174,"description":175,"external":37,"icon":176,"internal":178},"AiSpecify","Design and build applications faster with AI.",{"url":177},"https://www.datocms-assets.com/160976/1749667775-ai-automation.svg",{"__typename":179,"slug":180},"PaidLandingRecord","aispecify",{"__typename":109,"label":182,"description":183,"external":37,"icon":184,"internal":186},"Professional Services Automation","Manage projects from within your ERP that bill themselves.",{"url":185},"https://www.datocms-assets.com/160976/1778872637-psa_icon.svg",{"__typename":179,"slug":187},"professional-services-automation",{"__typename":104,"label":189,"id":190,"submenu":191},"Why Everest","PFK4MTMsSGyvr0kIIbiuWg",[192,197,203,208,213,218],{"__typename":109,"label":193,"description":194,"external":37,"icon":12,"internal":195},"Why Everest ","Everest is built for businesses with complex revenue, global operations, and rapid change.",{"__typename":196},"WhyMainRecord",{"__typename":109,"label":198,"description":199,"external":37,"icon":12,"internal":200},"Everest vs. Legacy ERP","Legacy ERP systems weren’t built for the speed, scale, or complexity of modern businesses.",{"__typename":201,"slug":202},"WhySubpageRecord","everest-vs-legacy-erp",{"__typename":109,"label":204,"description":205,"external":37,"icon":12,"internal":206},"Everest vs. Bolt-ons","Patchwork solutions slow your business down with manual work, system silos, and reporting gaps. ",{"__typename":201,"slug":207},"everest-vs-bolt-ons",{"__typename":109,"label":209,"description":210,"external":37,"icon":12,"internal":211},"AI-First Architecture","Everest is ERP reinvented for the AI era.",{"__typename":212},"AiFirstRecord",{"__typename":109,"label":214,"description":215,"external":37,"icon":12,"internal":216},"Everest Security","At Everest, \u2028we understand that your business runs on trust.",{"__typename":201,"slug":217},"security",{"__typename":109,"label":219,"description":220,"external":37,"icon":12,"internal":221},"Integrations","Deep integrations that unite your stack.",{"__typename":179,"slug":222},"integrations",{"__typename":109,"label":224,"id":225,"external":37,"internal":226},"Customers","b7WnWKIVS3ylsgg5EFTu3g",{"__typename":227},"ClientSuccessRecord",{"__typename":104,"label":229,"id":230,"submenu":231},"Learn","Sfyg47Z5TnamVqzdpjtZzw",[232,237],{"__typename":109,"label":233,"description":234,"external":37,"icon":12,"internal":235},"Blog","Insights and resources for finance and operational transformation.",{"__typename":236},"BlogLandingRecord",{"__typename":104,"label":238,"submenu":239},"Media",[240,246,251,256],{"__typename":109,"label":241,"external":37,"internal":242},"Product Demos",{"__typename":243,"tag":244},"MediaCollectionRecord",{"slug":245},"product-demos",{"__typename":109,"label":247,"external":37,"internal":248},"Product Releases",{"__typename":243,"tag":249},{"slug":250},"product-releases",{"__typename":109,"label":252,"external":37,"internal":253},"Video",{"__typename":243,"tag":254},{"slug":255},"video",{"__typename":109,"label":257,"external":37,"internal":258},"Podcasts",{"__typename":243,"tag":259},{"slug":260},"podcasts",{"__typename":104,"label":262,"id":263,"submenu":264},"About","QD9iJU7KSeaA_II0VbKWZw",[265,270,274],{"__typename":109,"label":266,"description":267,"external":37,"icon":12,"internal":268},"Our Leadership","Guiding Everest with vision, expertise, and real-world experience.",{"__typename":269},"LeadershipRecord",{"__typename":109,"label":271,"description":272,"external":273,"icon":12,"internal":12},"Careers","Help us reinvent ERP.","https://everestruns.everest-systems.com/hook/fetch/jobs?file=index.html",{"__typename":109,"label":275,"description":276,"external":37,"icon":12,"internal":277},"News & Updates","Our latest Press and Collaboration updates.",{"__typename":278,"tag":279},"NewsCollectionRecord",{"slug":280},"press",{"post":282,"blogLanding":521},{"seo":283,"content":341,"__typename":489,"id":497,"title":498,"slug":499,"publishDate":500,"category":501,"author":505,"image":509,"accentColor":515,"intro":517,"tag":518},[284,287,291,294,298,301,304,308,312,316,319,323,327,330,334,337],{"attributes":12,"content":285,"tag":286},"The most daring CFO digital transformation of all time?","title",{"attributes":288,"content":12,"tag":290},{"property":289,"content":285},"og:title","meta",{"attributes":292,"content":12,"tag":290},{"name":293,"content":285},"twitter:title",{"attributes":295,"content":12,"tag":290},{"name":296,"content":297},"description","How the former CFO of NBC, Delta Airlines, Amazon, and elsewhere bet his entire company on one acquisition, and the spectacular result.",{"attributes":299,"content":12,"tag":290},{"property":300,"content":297},"og:description",{"attributes":302,"content":12,"tag":290},{"name":303,"content":297},"twitter:description",{"attributes":305,"content":12,"tag":290},{"property":306,"content":307},"og:image","https://www.datocms-assets.com/160976/1779912547-erp-4-tales-liveramp-thumbnail.png?auto=format&fit=max&w=1200",{"attributes":309,"content":12,"tag":290},{"property":310,"content":311},"og:image:width","1040",{"attributes":313,"content":12,"tag":290},{"property":314,"content":315},"og:image:height","800",{"attributes":317,"content":12,"tag":290},{"name":318,"content":307},"twitter:image",{"attributes":320,"content":12,"tag":290},{"property":321,"content":322},"og:locale","en",{"attributes":324,"content":12,"tag":290},{"property":325,"content":326},"og:type","article",{"attributes":328,"content":12,"tag":290},{"property":329,"content":28},"og:site_name",{"attributes":331,"content":12,"tag":290},{"property":332,"content":333},"article:modified_time","2026-05-27T20:20:09Z",{"attributes":335,"content":12,"tag":290},{"property":336,"content":37},"article:publisher",{"attributes":338,"content":12,"tag":290},{"name":339,"content":340},"twitter:card","summary_large_image",{"value":342,"blocks":479},{"schema":343,"document":344},"dast",{"type":345,"children":346},"root",[347,367,371,382,386,389,391,394,400,404,408,412,423,427,429,433,444,446,450,460,464,475],{"type":348,"children":349},"paragraph",[350,353,358,360,365],{"type":351,"value":352},"span","The year the Cold War drew to a close, Warren Jenson was appointed CFO of NBC. He oversaw a stunning rise in the stock price before joining Delta as CFO, and then, in 1999, a small Seattle-based internet retailer named after the world’s greatest river. They say of experts that at some point of mastery, ",{"url":354,"type":13,"children":355},"https://everest-systems.com/blog/30-hard-truths-about-your-next-erp-project-migration/",[356],{"type":351,"value":357},"you begin to break the rules",{"type":351,"value":359},". You see potential in businesses that sound crazy to others because only you recognize them. Which is how he wound up CFO at Acxiom, a database marketing company, where he pursued ",{"url":361,"type":13,"children":362},"https://everest-systems.com/blog/consolidating-many-erps-into-1a-practical-guide/",[363],{"type":351,"value":364},"an M&A strategy",{"type":351,"value":366}," that the market didn’t quite approve of. ",{"type":348,"children":368},[369],{"type":351,"value":370},"It would turn out to be profoundly profitable, but only after he and the CEO Scott Howe endured wave after wave of pushback. The integration stalled out. Investors started questioning their competence. Eventually, they had to sell. But they didn’t sell what you’d expect. ",{"type":348,"children":372},[373,375,380],{"type":351,"value":374},"Today, the story of the most audacious and counterintuitive ",{"url":376,"type":13,"children":377},"https://everest-systems.com/blog/a-look-inside-nyts-media-transformation-success/",[378],{"type":351,"value":379},"digital transformation",{"type":351,"value":381}," we are aware of, by one of the most iconoclastic CFOs of the century.",{"type":348,"children":383},[384],{"type":351,"value":385},"By the numbers: ",{"item":387,"type":388},"GS6J9-ugR6W3yFxdfIPz9g","block",{"item":390,"type":388},"Lr7yydzCSyqf0gaZeVhLAA",{"type":348,"children":392},[393],{"type":351,"value":37},{"type":395,"level":396,"children":397},"heading",2,[398],{"type":351,"value":399},"Trading the horse you rode in on",{"type":348,"children":401},[402],{"type":351,"value":403},"In 2012, Warren found himself CFO of Acxiom, a database marketing company with strong profit margins and a respectable growth trajectory. Yet Warren and the then CEO were on the lookout for opportunities to buy smaller, faster-growing technology companies that would speed up their growth. Further, the leadership had a vision of turning Acxiom into an advertising giant with the technology to merge the online and offline ad worlds, which were largely separate.",{"type":348,"children":405},[406],{"type":351,"value":407},"From his time at NBC, Warren was aware of just how vital first-party data could be to media companies struggling to maintain their margins, and the role that data brokers could play. He started conversations with one company, LiveRamp, still losing money, and realized this was the answer. It was a high-growth business that aimed to become the data-driven center to an ad market where first-person identities mattered more. In LiveRamp, Warren saw the potential to eclipse the overall market for Acxiom’s core business. ",{"type":348,"children":409},[410],{"type":351,"value":411},"They purchased LiveRamp for $310 million and, by Warren’s estimation, “overpaid.” The public markets gave him the benefit of the doubt … for a time. But eventually investors soured on the combined business. Stock watchers wrote about it being two not entirely complementary businesses fused together. Plus, the integration was going slowly. The story grew less and less clear, and the stock started to suffer.",{"type":348,"children":413},[414,416,421],{"type":351,"value":415},"“All too often, business leaders lament the one that got away—the deal they didn’t pursue or targeted too late,” ",{"url":417,"type":13,"children":418},"https://www.mckinsey.com/capabilities/strategy-and-corporate-finance/our-insights/deciding-to-divest-make-your-preparation-time-count#/",[419],{"type":351,"value":420},"McKinsey",{"type":351,"value":422}," would later write of Warren and the leadership team of this moment. “Senior leaders at [Acxiom] held some of those same fears. But they acted anyway.” Warren and team doubled down on their decision. They decided to sell the business. But not the one you think. ",{"type":348,"children":424},[425],{"type":351,"value":426},"Warren and Acxiom’s CEO, Scott Howe, decided to sell Acxiom. ",{"item":428,"type":388},"PY-NVU7BS6aaTI9w0WW6Lw",{"type":348,"children":430},[431],{"type":351,"value":432},"“Acxiom Marketing Solutions was our slow-growth, high-touch service business that generated a lot of cash,” says Warren. “LiveRamp was our high-growth SaaS platform, and while it had significantly fewer employees and lower capital requirements, it was also still very much in investment mode—in other words, losing money … and through our analysis, we learned that divestiture could unlock more value for both companies.”",{"type":348,"children":434},[435,437,442],{"type":351,"value":436},"What followed was a methodical master class in long-term preparation and message control. They were considering a divestiture of 75% of the company’s employees and 100% of its cash flow—about as risky a move as a company can make. They slowly backpedaled on the long-planned integration between the two companies, then quietly started to reverse it. They worked with management consultants to devise the plan and surrounding media communications. They started keeping ",{"url":438,"type":13,"children":439},"https://everest-systems.com/product/multi-book-localization/",[440],{"type":351,"value":441},"two separate sets of books",{"type":351,"value":443}," long in advance, for an auditable trail, and drafting richly detailed scenario plans.",{"item":445,"type":388},"JPJMDnSOSdqiTNmHW26hWw",{"type":348,"children":447},[448],{"type":351,"value":449},"When the time came in 2017 to announce the divestiture, they already had a data-backed valuation range and ready answers to every investor question. They announced the strategic move in February, found a buyer in July, and closed the deal in October. ",{"type":348,"children":451},[452,454,458],{"type":351,"value":453},"As part of the transition, the newly singular LiveRamp documented more than 125 transitional service agreements and eight ",{"url":438,"type":13,"children":455},[456],{"type":351,"value":457},"intercompany agreements",{"type":351,"value":459},". It used the $3.6B in sale proceeds to pay down its $230M in extant debt and switch over into growth mode on all fronts. Since 2018, the share price has more than doubled and they’ve returned $750M to shareholders. “And the best part is, Acxiom is flourishing under new shareholders,” says Warren.",{"type":395,"level":396,"children":461},[462],{"type":351,"value":463},"Mutually successful splits",{"type":348,"children":465},[466,468,473],{"type":351,"value":467},"Warren Jenson has since moved on from LiveRamp but his and Scott Howe’s decisions proved prescient. In 2026, ",{"url":469,"type":13,"children":470},"https://digiday.com/media-buying/identity-is-the-qualifier-for-ai-publicis-2-2-billion-liveramp-deal-is-a-bet-that-whoever-controls-the-data-owns-the-ai-era/",[471],{"type":351,"value":472},"Publicis Group paid $2.2 billion for LiveRamp",{"type":351,"value":474},", declaring data the essential moat in the era of AI. Acxiom generated lots of cash but was never going to sell for 7x its value. Which makes this a story about conviction. About knowing when the public markets aren’t buying a story because they can’t see it, not because it isn’t there. And being able to justify it.",{"type":348,"children":476},[477],{"type":351,"value":478},"“You need courage at the top and relatively fearless leadership in your pursuit of value creation,” says Warren. “Scott Howe, our CEO, provided that. There are a thousand times in a process like this where you can easily stop; some people don’t ever start. The process worked for us because we believed in the vision, and we had confidence in our numbers and analysis.”",[480,484,491,494],{"__typename":481,"id":387,"image":482,"caption":37,"link":12},"BlogImageRecord",{"url":483,"alt":12},"https://www.datocms-assets.com/160976/1779912477-erp-4-tales-liveramp-fast-facts.png",{"__typename":481,"id":390,"image":485,"caption":37,"link":487},{"url":486,"alt":12},"https://www.datocms-assets.com/160976/1779912496-erp-4tales-email-graphic-ad-1200x400-2.png",{"internal":488,"external":37},{"__typename":489,"slug":490},"PostRecord","4-tales-of-finance-led-transformation-complete-guide",{"__typename":481,"id":428,"image":492,"caption":37,"link":12},{"url":493,"alt":12},"https://www.datocms-assets.com/160976/1779912434-erp-4-tales-liveramp-story.png",{"__typename":481,"id":445,"image":495,"caption":37,"link":12},{"url":496,"alt":12},"https://www.datocms-assets.com/160976/1779913000-erp-4-tales-liveramp-warren-quote.png","TR0dqFcKTx2I1tybe3-KQA","The most daring CFO digital transformation ever","the-most-daring-cfo-digital-transformation-ever","2026-05-27",{"id":502,"name":503,"slug":504},"KQYRPUFzSqOAVaQYVCWZFg","Transformation","transformation",{"name":506,"photo":507},"Alexis Dougherty",{"url":508},"https://www.datocms-assets.com/160976/1763679540-dato-version.jpeg",{"responsiveImage":510},{"src":511,"width":512,"height":513,"alt":12,"base64":514},"https://www.datocms-assets.com/160976/1779912547-erp-4-tales-liveramp-thumbnail.png?fit=fillmax&h=1050&w=1400",1365,1050,"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBhMIEAgXEQ8PGQ8QDgoXDhUPDRENFxQZGCIVFhUaHysjGh0oHSEWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OFRANHC8cIigvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAABAUBAwf/xAAeEAACAgICAwAAAAAAAAAAAAAAAgMRBBIBMQUTUf/EABYBAQEBAAAAAAAAAAAAAAAAAAIEA//EABoRAQACAwEAAAAAAAAAAAAAAAABEgIRIQP/2gAMAwEAAhEDEQA/AOlz5ustGmXIvmzM8SPNdkPLlSLnWzPDqmY0lxZGzgrYctEa7AqDaE1W537Kfyjc+/sAHmWavkZvoANk7//Z",{"bgColor":516},"tan","This former CFO of NBC, Delta Airlines, Amazon, and elsewhere found himself at a technology company where he pursued an acquisition. It was controversial. Eventually, he sold the entire business to prove it out.",{"name":519,"slug":520},"Insight","insight",{"footerCallout":522},{"headline":37,"intro":37,"cta":12},{"allPosts":524},[525,543,557],{"__typename":489,"id":526,"title":527,"slug":528,"publishDate":500,"category":529,"author":533,"image":535,"accentColor":539,"intro":541,"tag":542},"RV2F-d78T_-78lOHu4jJIw","M&A synergy capture: A brief guide","manda-synergy-capture-a-brief-guide",{"id":530,"name":531,"slug":532},"fluT-unXQOOE6XiklmTcXA","Fintech","fintech",{"name":506,"photo":534},{"url":508},{"responsiveImage":536},{"src":537,"width":512,"height":513,"alt":12,"base64":538},"https://www.datocms-assets.com/160976/1779918644-erp-article-1-truth-thumbnail.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBg8IDggLEA0REhUNDQ0NGRENDg0OFxMZGCIVIhUaHysjGh0oKRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDgkOHBAQHC8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAYAAEBAAMAAAAAAAAAAAAAAAAABAIFB//EACAQAAICAgEFAQAAAAAAAAAAAAABAgMRMQQTITJBURL/xAAWAQADAAAAAAAAAAAAAAAAAAABAgP/xAAYEQADAQEAAAAAAAAAAAAAAAAAARECMf/aAAwDAQACEQMRAD8A6Fdy73f4szfKtzouboducIxsnx+pjsUdBiQlV05PQL640Z9AFYjyqatt/vZJbOXX2wC+hccKq5y+sACAfT//2Q==",{"bgColor":540},"lightblue","An estimated 16,000 businesses were acquired last year, according to Bain & Company. Of those, 11,000 will likely fail. The chief cause is that the new owners didn’t have the financial and inventory insight to make them work.",{"name":519,"slug":520},{"__typename":489,"id":544,"title":545,"slug":490,"publishDate":546,"category":547,"author":548,"image":550,"accentColor":554,"intro":555,"tag":556},"ZjYtfUXBQr6DXFCB77tBgQ","4 tales of finance-led transformation [complete guide]","2026-05-26",{"id":502,"name":503,"slug":504},{"name":506,"photo":549},{"url":508},{"responsiveImage":551},{"src":552,"width":512,"height":513,"alt":12,"base64":553},"https://www.datocms-assets.com/160976/1779836117-erp-article-4-tales-opengraph-1200x1200.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBg0ICAgREw8VFhgODRYNDhYNDw0NFxUZGCIfFhUaHysjHR0oKSEWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHQ8QHS8iHhw7Oy8vLy82NS8vLy8vLzIvLy8vLy8vLy8vNS8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAaAAEAAgMBAAAAAAAAAAAAAAAAAwUCBAYB/8QAHRAAAQQDAQEAAAAAAAAAAAAAAAECAwUEETEhE//EABgBAAIDAAAAAAAAAAAAAAAAAAIDAAEE/8QAGBEBAQADAAAAAAAAAAAAAAAAAAIBETH/2gAMAwEAAhEDEQA/AO7z7hIZtHmPctcu9mvY1L5snwQ0r2+GgNYWOBYMly+ghrqiSPK2oKL0u1a1Z+GSNT68AIfSeNER6+AAVXQ4f//Z",{"bgColor":516},"When they write the history of this decade, historians will say that this is when finance leaders assumed their full executive authority.",{"name":519,"slug":520},{"__typename":489,"id":558,"title":559,"slug":560,"publishDate":546,"category":561,"author":562,"image":564,"accentColor":568,"intro":569,"tag":570},"G-wkBDSETDuS53IplbWn1g","A look inside NYT’s media transformation success","a-look-inside-nyts-media-transformation-success",{"id":502,"name":503,"slug":504},{"name":506,"photo":563},{"url":508},{"responsiveImage":565},{"src":566,"width":512,"height":513,"alt":12,"base64":567},"https://www.datocms-assets.com/160976/1779837876-erp-article-4-tales-nyt-transformation-header.png?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoSEAgREA4NExUNDg0NFRQNDRENFxMZGCIfFhUaHyslGh0oHRUWJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHQ0PHS8dFh01Ly8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBIgACEQEDEQH/xAAZAAEAAgMAAAAAAAAAAAAAAAAABAUCBgf/xAAgEAACAgIABwAAAAAAAAAAAAAAAQIDBSEEEhMUIjFB/8QAFgEBAQEAAAAAAAAAAAAAAAAAAwIB/8QAFxEBAQEBAAAAAAAAAAAAAAAAAAEDAv/aAAwDAQACEQMRAD8A6CstbG5aJkMrbKS8SPw1VN160W8eDpjJaF7RnUbvZt+gS7KK18BksVWvYpvrrZfSb51sA3QeTO16QADM/9k=",{"bgColor":540},"In 2014, The New York Times was struggling. Tech platforms were lifting its journalism for “content.” Digital entrants like BuzzFeed and HuffPost were stealing readers. The paper’s transformation into a digital publishing powerhouse was a miracle. It owed that to one woman.",{"name":519,"slug":520},{"global":572},{"footerCallout":573},{"headline":574,"intro":575,"cta":576},"See how Everest\ncan transform\nyour operations","Discover how Everest empowers finance and operations leaders to \ndrive faster growth, smarter decisions, and stronger margins.",{"buttons":577},[578],{"label":34,"internal":579,"external":37,"style":38},{"__typename":36},{"articleSidebar":581},{"cta":582},{"buttons":583},[584],{"label":585,"internal":586,"external":37,"style":38},"Get started",{"__typename":36},{"allNewsPosts":588},[589,617,628],{"__typename":590,"title":591,"slug":592,"publishDate":593,"tag":594,"image":596,"logo":601,"accentColor":603,"intro":605,"externalLink":37,"media":606},"NewsPostRecord","Bloomberg Daybreak Europe interviews Franz Faerber of Everest Systems","bloomberg-daybreak-europe-interviews-franz-faerber-of-everest-systems","2025-06-24",{"name":595,"slug":280},"Press",{"responsiveImage":597},{"src":598,"width":599,"height":513,"alt":12,"base64":600},"https://www.datocms-assets.com/160976/1751981162-franz.png?fit=fillmax&h=1050&w=1400",1387,"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAATCAIAAAAF0lpsAAAC10lEQVR42jWU6XqkOAxFvUKl58tM+v1fb35Oki42432O7IoQBgy6utpw/35/pZTO49ie27Fv4bxqTrp3b+3inLdG9ZZjDNex7+OD66y1eGd+/fXr45+/P35/vL+/Px6rQ1qtznK1slqrmgXIDjHG6M4GV2P1WA3QcrWvJ07urVvXVSuVc16XNS2x5myUGowMpJyY6T48jQNxSnU3PCOeY8qbX3BVSykxoZ0brVVrQHihxL2ZQC91VusOorPeC5DzQ9yqlHGurm95TfkRW8kZQq06rcW/Vr3qZmacEo7Vlvd27ghFN0AdPJVXal0WNPol+0XVhrHRGjqE2VTTChIE9KND2CEn8kpBW7u5K+5G6gizYK6bWDasemsUA60Sfpal1YKDWtjhto7X7QXU8dsI6GXUeN3ZkyCJNcUY73iLInFakx62E0dMUBcgfCc2ximv7lhLpnC4Bb7kFK7rPDllDeEEyGdP7BT6sT7IdO/dZaViyqd89JIYAkCqAQSrVhJAp7TjLsI9tP3ipQm8X5aFnBOlo59hyHfP54Yc2x7v0HIh2pGmOoH2jc7fWGEH0DKBnACZCfT1/T2BNpD+PHEdw91opt4pvXoxunYBgdBxBwFaV09dgVkfD3jV3tx/X59JgBgjnD6v40ikEyD6ayY7ZYyP85x6h9A72V6s82/3He57vddO031+MrSRT/bBHAtGlNSAQgtrMcpk7QzhCmIGfXjSPZFi5pKKqC3Fff35pl7XADoklxexkGlnNFMCL1pByk81c0rDkpCLr9IqKPUAuCuSvQkQtI+dE+bMLWl2Y2hlrmpNsxPFjG7rwpNUS0vTA7Ki7jgPHIVTGoUmGbUv2Df+J/xh+Eg8S3+KiD1hieX4qRg9R5BxI+qUk4Q++zRnMt20BDVGTX4pMJ8oPIEiI2ReP6I5yzK1RaanyNz8KPSZReJnZkYPCI8uA6rnmCqZaDOWH17G/A9LPtV3daRyCAAAAABJRU5ErkJggg==",{"url":602},"https://www.datocms-assets.com/160976/1752774855-bloomberg_daybreak.png",{"bgColor":604},"green","In an exclusive interview with Tom Mackenzie of Bloomberg Daybreak, Everest Systems CEO Franz Faerber shares how the company is reinventing ERP from the ground up to challenge legacy giants like SAP and Oracle. He also explores the transformative role of AI in modern business and the rapidly evolving enterprise software landscape.",{"__typename":607,"video":608},"MediaVideoRecord",{"file":609,"external":12,"loopClip":12},{"video":610},{"muxPlaybackId":611,"title":12,"width":612,"height":613,"thumbhash":614,"blurUpThumb":615,"thumbnailUrl":616},"HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg",1920,1076,"3vYNFIRjeXpuh4eAiHoIc+YzCA==","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ4LDhgQDg0VDh0RHxENFyQZHRYTFhUqKysjGh0oHRUiJDUlKC0vMjIyGSI4PTcwPCsxMi8BCgsLDg0OHBAQHDsoIig7Ozs7Ly8vOzsvOzsvLy8vLzUvLzs7OzU1Ly8vOzUvLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIAA4AGAMBIgACEQEDEQH/xAAXAAADAQAAAAAAAAAAAAAAAAAABQcG/8QAHxAAAQMEAwEAAAAAAAAAAAAAAgABBAUGEUEDIWET/8QAFgEBAQEAAAAAAAAAAAAAAAAABAMA/8QAGhEAAQUBAAAAAAAAAAAAAAAAAgABAyExEf/aAAwDAQACEQMRAD8AUtTSOWPe1qOGmkAcb5UoK7pw8zGOvU2C/Z/zDpMlO1mGPmKoVaGZ00WzpCnE2/6g8MWwhWE6QijB3xf/2Q==","https://image.mux.com/HH01adSlLn181vNwOvmkpq6AKnTHQS00Sg/thumbnail.jpg",{"__typename":590,"title":618,"slug":619,"publishDate":620,"tag":621,"image":12,"logo":624,"accentColor":626,"intro":627,"externalLink":37,"media":12},"Strengthening Security Through Partnership: How Everest Systems and Hackrate Collaborate to Protect the Everest ERP Platform","hackrate-collaboration","2025-04-01",{"name":622,"slug":623},"Collaboration","collaborations",{"url":625},"https://www.datocms-assets.com/160976/1752688760-hackrate.png",{"bgColor":42},"In today's digital landscape, where cyber threats evolve at an alarming pace, robust security measures are no longer optional for business-critical applications. For ERP systems that manage sensitive financial, operational, and customer data, security vulnerabilities can lead to devastating consequences.",{"__typename":590,"title":629,"slug":630,"publishDate":631,"tag":632,"image":633,"logo":637,"accentColor":639,"intro":640,"externalLink":641,"media":12},"Handelsblatt: Former SAP Employees Plan Alternative to Market Leader","handelsblatt-former-sap-employees-plan-alternative-to-market-leader","2024-12-02",{"name":595,"slug":280},{"responsiveImage":634},{"src":635,"width":599,"height":513,"alt":12,"base64":636},"https://www.datocms-assets.com/160976/1752614792-press-handelsblatt-2x.jpg?fit=fillmax&h=1050&w=1400","data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAoHBwgHBgoICAgLFQ8NDhgPFhUVDhsPDg0OFxcdGBYVFhUaHysjJh0oHRUWJDUlKC0vMjIyHSI4PTcwPCsxMi8BCgsLDg0PGg4NES8cFhwvLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vLy8vL//AABEIABMAGAMBEQACEQEDEQH/xAAYAAEAAwEAAAAAAAAAAAAAAAAFBAYHA//EACMQAAEDAwMFAQAAAAAAAAAAAAMAAQIEEZEFEyEiIzEyoRT/xAAXAQADAQAAAAAAAAAAAAAAAAADBAUC/8QAGhEAAwEBAQEAAAAAAAAAAAAAAAECAxIhEf/aAAwDAQACEQMRAD8A5grCxH4TksIsgjV6g02vZMSxrPMPDM8x2st9FHOPCwUMKkwHfbfCnyTOkRK6BuYuN0eWGztEUe4KPI/i39H40Rp2jU4fxv244SiIATqYBbr9DYR0FgJqQjaHoy0PQf/Z",{"url":638},"https://www.datocms-assets.com/160976/1752614800-handelsblatt.png",{"bgColor":37},"The startup Everest Systems is challenging SAP with a cloud-native ERP system specifically designed for SaaS companies. With $140 million in funding and development centered in Heidelberg, the company builds on expertise from former SAP executives Franz Färber and Stefan Sigg.","https://www.handelsblatt.com/technik/it-internet/start-up-check-fruehere-sap-mitarbeiter-planen-gegenentwurf-zum-marktfuehrer-01/100089320.html",1779918885881]