---
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분

이 예는 비작업 테이블에 대한 테이블 알림을 보여줍니다. Salesforce Automation 플러그인을 활성화한 경우 영업 기회를 얻을 때마다 라이브 피드에 자동 메시지가 생성됩니다.

기회 \[sales_opportunity\] 테이블에 작업 테이블의 라이브 피드 이벤트 비즈니스 규칙과 일치하는 [비즈니스 규칙을](https://servicenow-prod.fluidtopics.net/LKHpS_EhO0ntLoqrobv73A "테이블 알림은 기본적으로 모든 작업 테이블에 대해 지원되며, 다른 테이블에 대한 테이블 알림을 설정할 수 있습니다.") 생성합니다.  
다음 값을 사용하여 테이블 알림을 생성합니다.

* 테이블: 기회 \[sales_opportunity\]
* 활성: 확인란을 선택합니다.
* 업데이트: 확인란을 선택합니다.
* 라이브 피드에 게시: 확인란을 선택합니다.
* 조건: \[State\] \[is\] \[Closed Won\]
* 설명: <kbd class="ph userinput">기회 획득</kbd>
* 메시지:

      ${owner} closed a sale with ${account}!

* 스크립트 앞에:

      //make the message appear to come from the assigned salesperson if there is one if ( !current. owner. nil ( ) )
      profileSource  = current. owner. getRefRecord ( ) ; //need GlideRecord object

  그림 1. 예시 기회 획득 메시지
{#c_Example3OpportunityWonNonTask__ul_h2n_sdp_rp}
**관련 개념**   

* [라이브 피드 테이블 알림](https://servicenow-prod.fluidtopics.net/DVrnpc7VTskFKxB2Kc5GEw "라이브 피드 테이블 알림은 자동 라이브 피드 메시지를 생성합니다. 테이블 알림을 사용하려면 라이브 피드 플러그인을 활성화해야 합니다.")

