{"contentLink":{"id":23356,"workId":0,"guidValue":"2c662b6d-702d-4036-95c8-a11888fec2a9","url":"https://www.unisys.com/solutions/dws/communication-collaboration-solutions/"},"name":"Communication and collaboration","language":{"link":"https://www.unisys.com/solutions/dws/communication-collaboration-solutions/","displayName":"English","name":"en"},"existingLanguages":[{"link":"https://www.unisys.com/solutions/dws/communication-collaboration-solutions/","displayName":"English","name":"en"},{"link":"https://www.unisys.com/de/solutions/dws/communication-collaboration-solutions/","displayName":"German","name":"de"},{"link":"https://www.unisys.com/fr/solutions/dws/communication-collaboration-solutions/","displayName":"French","name":"fr"},{"link":"https://www.unisys.com/es/solutions/dws/communication-collaboration-solutions/","displayName":"Spanish","name":"es"},{"link":"https://www.unisys.com/pt/solutions/dws/communication-collaboration-solutions/","displayName":"Portuguese","name":"pt"}],"contentType":["Page","SolutionDetailPageV2"],"parentLink":{"id":31598,"workId":0,"guidValue":"796db1da-9766-407c-83d1-5ed56e67f662","url":"https://www.unisys.com/solutions/dws/"},"routeSegment":"communication-collaboration-solutions","url":"https://www.unisys.com/solutions/dws/communication-collaboration-solutions/","changed":"2024-11-08T17:07:10Z","created":"2024-08-23T18:34:47Z","startPublish":"2024-09-23T20:02:11Z","saved":"2025-11-05T14:13:36Z","status":"Published","category":{"value":[],"propertyDataType":"PropertyCategory"},"tags":{"propertyDataType":"PropertyContentReferenceList"},"categories":{"propertyDataType":"PropertyContentReferenceList"},"headline":{"value":"Communication and collaboration","propertyDataType":"PropertyXhtmlString"},"hero":{"name":"Hero","propertyDataType":"PropertyBlock","propertyItemType":"SolutionsOrLandingHero","increasedHeightHero":{"propertyDataType":"PropertyBoolean"},"solnOverlayImage":{"propertyDataType":"PropertyContentReference"},"hideOverlayImageInMobile":{"propertyDataType":"PropertyBoolean"},"desktopOrTabletImage":{"value":{"id":20759,"workId":0,"guidValue":"6c593525-0e93-478f-a173-6b0b13385a58","url":"https://www.unisys.com/globalassets/japan/images/solutions/solutions-hero-communication-1440x750-optimized.jpg"},"propertyDataType":"PropertyContentReference"},"mobileImage":{"propertyDataType":"PropertyContentReference"},"heroTitle":{"value":"Communication and collaboration","propertyDataType":"PropertyXhtmlString"},"heroInfo":{"value":"Workspaces no longer have boundaries. Neither should collaboration. Empower your teams with seamless communication across physical and digital spaces. Boost productivity and connectivity wherever your talent thrives.","propertyDataType":"PropertyXhtmlString"},"primaryCTALabel":{"name":"PrimaryCTALabel","propertyDataType":"PropertyBlock","propertyItemType":"TextLinkBlock","url":{"value":"https://unisys.outgrow.us/digital-empathy","propertyDataType":"PropertyUrl"},"text":{"value":"Start your assessment","propertyDataType":"PropertyLongString"},"target":{"value":"_blank","propertyDataType":"PropertyLongString"}},"secondaryCTALabel":{"name":"SecondaryCTALabel","propertyDataType":"PropertyBlock","propertyItemType":"TextLinkBlock","url":{"propertyDataType":"PropertyUrl"},"text":{"value":"","propertyDataType":"PropertyLongString"},"target":{"value":"","propertyDataType":"PropertyLongString"}},"primaryCTATheme":{"value":"","propertyDataType":"PropertyLongString"},"secondaryCTATheme":{"value":"","propertyDataType":"PropertyLongString"},"type":{"value":"","propertyDataType":"PropertyLongString"},"pageTemplate":{"value":"","propertyDataType":"PropertyLongString"},"jumpLinkAnchor":{"value":"","propertyDataType":"PropertyLongString"}},"industries":{"propertyDataType":"PropertyContentReferenceList"},"metaTitle":{"value":"Collaboration and Communication Solutions","propertyDataType":"PropertyLongString"},"navigationTitle":{"value":"","propertyDataType":"PropertyLongString"},"excludeFromSearch":{"propertyDataType":"PropertyBoolean"},"displayTitleInNoteworthyCard":{"propertyDataType":"PropertyBoolean"},"noteworthyCardCustomTitle":{"value":"","propertyDataType":"PropertyXhtmlString"},"displayAsThumbnailImageInNoteworthyCard":{"propertyDataType":"PropertyBoolean"},"noteworthyCarouselCardThumbnailImage":{"propertyDataType":"PropertyContentReference"},"displayAsExternalLinkInNoteworthyContentCarousel":{"propertyDataType":"PropertyBoolean"},"noteworthyCardButton":{"name":"NoteworthyCardButton","propertyDataType":"PropertyBlock","propertyItemType":"TextLinkBlock","url":{"propertyDataType":"PropertyUrl"},"text":{"value":"","propertyDataType":"PropertyLongString"},"target":{"value":"","propertyDataType":"PropertyLongString"}},"displayCardLabelInNoteworthyCard":{"propertyDataType":"PropertyBoolean"},"noteworthyCardLabel":{"value":"","propertyDataType":"PropertyLongString"},"twoThirdsContent":{"name":"TwoThirdsContent","propertyDataType":"PropertyBlock","propertyItemType":"TwoThirdsContentBlock","image":{"propertyDataType":"PropertyContentReference"},"title":{"value":"","propertyDataType":"PropertyXhtmlString"},"description":{"value":"","propertyDataType":"PropertyXhtmlString"},"supportingTitle":{"value":"","propertyDataType":"PropertyXhtmlString"},"supportingDescription":{"value":"","propertyDataType":"PropertyXhtmlString"},"backgroundImage":{"propertyDataType":"PropertyNumber"},"jumpLinkAnchor":{"value":"","propertyDataType":"PropertyLongString"}},"keywords":{"value":"","propertyDataType":"PropertyLongString"},"hideInBreadcrumbs":{"propertyDataType":"PropertyBoolean"},"css":{"value":"nav.sticky-navigation__jump-links {\n padding: 0 5rem;\n max-width: 90rem;\n margin: 0 auto;\n}\n@media screen and (max-width: 767px) { .generic-solutions-hero-v2{ height: 28rem !important; } }","propertyDataType":"PropertyLongString"},"scripts":{"value":"//code to handle height of the iframe SAE form\n\nvar contactUsIframe = document.getElementById('solution-form');\n\nfunction setIframeHeight() {\n if (contactUsIframe) {\n contactUsIframe.contentWindow.postMessage({ type: 'getHeight' }, '*');\n }\n}\n\nif (contactUsIframe) {\ncontactUsIframe.onload = function() {\n setIframeHeight();\n }\n}\n\nwindow.onresize = function(event) {\n setIframeHeight();\n}; \n\nwindow.addEventListener('message', function (event) {\nif (contactUsIframe) {\n if (event.source === contactUsIframe.contentWindow && event.data.type === 'setHeight') {\n document.querySelector('.iframe-content-block').style.cssText = 'min-height: ' + event.data.height + 'px !important;';\n }\nif (event.source === contactUsIframe.contentWindow && event.data.type === 'scrollToThankYou') {\n document.querySelector('.iframe-content-block').scrollIntoView({ behavior: 'smooth' });\n }\nif (event.source === contactUsIframe.contentWindow && event.data.type === 'displayOtherEnquiries') {\n contactUsIframe.src='https://go.outreach.unisys.com/l/1024061/2023-10-30/mw8j';\n }\n if (event.source === contactUsIframe.contentWindow && event.data.type === 'displayFormsList') {\n contactUsIframe.src='https://go.outreach.unisys.com/l/1024061/2023-10-30/mw8j';\n }\n}\n});","propertyDataType":"PropertyLongString"},"sortDateTime":{"propertyDataType":"PropertyDate"},"pageDescription":{"value":"Unisys' team collaboration and communication solution enhances workflow. Our online collaboration platform can help your remote employees work effectively. ","propertyDataType":"PropertyLongString"},"jumpLinkTitle":{"value":"","propertyDataType":"PropertyLongString"},"openGraphImage":{"value":{"id":20759,"workId":0,"guidValue":"6c593525-0e93-478f-a173-6b0b13385a58","url":"https://www.unisys.com/globalassets/japan/images/solutions/solutions-hero-communication-1440x750-optimized.jpg"},"propertyDataType":"PropertyContentReference"},"openGraphTitle":{"value":"","propertyDataType":"PropertyLongString"},"solution":{"propertyDataType":"PropertyContentReference"},"disableIndexing":{"propertyDataType":"PropertyBoolean"},"excludeFromSiteMap":{"propertyDataType":"PropertyBoolean"},"includeInHTMLSitemap":{"value":true,"propertyDataType":"PropertyBoolean"},"parentSiteMapNode":{"value":{"id":13584,"workId":0,"guidValue":"1522fc80-3a8c-4e8d-a5af-728208b51e97","url":"https://www.unisys.com/solutions/"},"propertyDataType":"PropertyContentReference"},"priority":{"value":"","propertyDataType":"PropertyLongString"},"changeFrequency":{"value":"","propertyDataType":"PropertyLongString"},"alerts":{"propertyDataType":"PropertyContentArea"},"mainContent":{"value":"","propertyDataType":"PropertyXhtmlString"},"mainContentArea":{"value":[{"displayOption":"","contentLink":{"id":22982,"workId":0,"guidValue":"734a99f6-eac2-4214-a194-464f7e575995"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":22987,"workId":0,"guidValue":"d496b714-858e-48b2-83bb-2b2656644da7"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":22988,"workId":0,"guidValue":"9fc20152-30ad-4c0f-ab0f-d6193f9b83c8"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":22995,"workId":0,"guidValue":"666d334e-1441-4990-ac09-7ef06e1df907"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":22996,"workId":0,"guidValue":"e92d23ef-b291-4b6e-9370-8eb28dcdf102"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":23001,"workId":0,"guidValue":"f23ca1cc-33d3-4f8e-9893-750a908e5cd9"},"inlineBlock":{"contentType":[]}},{"displayOption":"","contentLink":{"id":20014,"workId":0,"guidValue":"aa1e7fd6-7c22-41c8-b9a5-dcb71e263e6b"},"inlineBlock":{"contentType":[]}}],"propertyDataType":"PropertyContentArea"},"shareThisPage":{"name":"ShareThisPage","propertyDataType":"PropertyBlock","propertyItemType":"SharePageBlock","jumpLinkAnchor":{"value":"","propertyDataType":"PropertyLongString"}}}