---
sourceDocument: Xanadu Now Platform 기능
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/ko-KR/xanadu/servicenow-platform

 Release :

    - xanadu

ft:locale :

    - ko-KR

ft:publication_title :

    - Xanadu Now Platform 기능

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# 소스 시스템에서 지식 검색 결과 오픈

# 소스 시스템에서 지식 검색 결과 오픈 {#ariaid-title1}

* 릴리스 버전: Xanadu
* 
* 업데이트 날짜 2024년 08월 01일
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 소요 시간: 1분

검색 결과가 인스턴스 내에서 집계되는 동안 사용자는 소스 시스템에서 사용 가능한 기능(예: Microsoft SharePoint에서 편집할 수 있음)을 활용할 수도 있습니다. 호스트 시스템에서 지식 검색 결과를 열려면 외부 소스 시스템에 대한 URL을 구성하여 원본 시스템의 검색 결과에서 직접 문서를 엽니다.

## 시작하기 전에

[외부 지식 소스](https://servicenow-prod.fluidtopics.net/qrAX5WqHnhAW4VzlA0IsVw "콘텐트를 임포트하기 전에 WebDAV(Web Distributed Authoring and Versioning) 호환 외부 지식 소스와 ServiceNow 콘텐트를 임포트할 기술 자료 간의 연결을 만들고 구성합니다. 외부 지식 소스에 대한 임포트 매개변수를 정의합니다.")에 대한 원본 소스 시스템 임포트에서 검색 결과 열기 매개변수가 true로 설정되어 있는지 확인합니다.

예를 들어 Microsoft SharePoint에 지식 문서로 파일이 있는 경우 이 절차를 따를 수 있습니다.

필요한 역할: admin

## 프로시저

1. 다음으로 이동 모두시스템 정의스크립트 포함.
2. 을 엽니다 KBWebDAVContentHandler.
3. 스크립트 창에서 아래 표시된 스크립트를 사용하여 함수를 getFileURL 재정의합니다.  
   getFileURL 기능은 아래와 같습니다.

        //fileObj.getName() - Returns name of the file
             //fileObj.getPath() - Returns path to the file from root folder
             //fileObj.getAbsolutePath() - Returns Absolute WebDAV URL of the file
             //fileObj.getCreationDate() - Returns creation date of the file as GlideDateTime object
             //fileObj.getModifiedDate() - Returns last modified date of the file as GlideDateTime object
             //fileObj.getContentType() - Returns content type of the file as GlideDateTime object
             //fileObj.getSize() - Returns size of the file

       getFileURL: function(fileObj) {
             //write your logic here
       },

4. 업데이트를 클릭합니다.
{#open-search-results-ext-content__steps_jxk_s2g_dcb}

