---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Opportunity won (non-task)

# Opportunity won (non-task) {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

This example demonstrates a table notification on a non-task table. It generates an
automatic message on Live Feed whenever a sales opportunity is won, if you have activated the
Sales Force Automation plugin.

Create a [business rule](https://servicenow-prod.fluidtopics.net/lMWIP4y_9bdLjwp9o_fRWw "Table notifications are supported for all task tables by default, and you can set up a table notification for any other table.") on the
Opportunity \[sales_opportunity\] table that matches the Live Feed events
business rule on the task table.  
Create a table notification with the following values:

* Table: Opportunity \[sales_opportunity\]
* Active: Select the check box.
* Update: Select the check box.
* Post to Live Feed: Select the check box.
* Conditions: \[State\] \[is\] \[Closed Won\]
* Description: <kbd class="ph userinput">Opportunity won</kbd>
* Message:

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

* Before script:

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

  Abbildung : 1. Example opportunity won message
{#c_Example3OpportunityWonNonTask__ul_h2n_sdp_rp}
**Zugehörige Konzepte**   

* [Live Feed table notifications](https://servicenow-prod.fluidtopics.net/~NN6rna6CJ99Lnd6pjhSRA "Live feed table notifications generate automatic Live Feed messages. The Live Feed plugin must be activated to use table notifications.")

