Difference between revisions of "User: Bgrenon/3"
From Genesys Documentation
Line 10: | Line 10: | ||
}} | }} | ||
* Query 2: Finds all Canonical Benefits for CE01 {{#cargo_query: | * Query 2: Finds all Canonical Benefits for CE01 {{#cargo_query: | ||
− | tables=SMART_Canonical,SMART_Benefits|join on=SMART_Canonical._pageName= | + | tables=SMART_Canonical,SMART_Benefits|join on=SMART_Canonical._pageName=SMART_Benefits._pageName |
|fields=CanonicalBenefitID,CanonicalBenefit | |fields=CanonicalBenefitID,CanonicalBenefit | ||
− | |where=SMART_Meta.ID="CE01" | + | |where=SMART_Canonical.ID="CE01" |
+ | |format=json | ||
+ | |parse values=yes | ||
+ | }} | ||
+ | |||
+ | ==Functional Use Case== | ||
+ | *Query 1: Finds the Story, Flow diagram (link to Lucidchart) for CE01 PureEngage On-Premises {{#cargo_query: | ||
+ | tables=SMART_Meta,SMART_Canonical,SMART_UseCase | ||
+ | |join on=SMART_Meta.ID=SMART_Canonical.ID,SMART_Canonical.ID=SMART_UseCase.ID | ||
+ | |fields=SMART_Meta.ID,SMART_Meta.Title,Subtitle,Offering,UCOverview=Story,HighLevelFlowLucid | ||
+ | |where=SMART_Meta.ID="CE01" AND SMART_UseCase.Offering="PureEngage" | ||
|format=json | |format=json | ||
|parse values=yes | |parse values=yes | ||
}} | }} |
Revision as of 14:57, November 29, 2018
UseCase Sales Content[ | edit source]
- Query 1: Finds the Platform Challenge and Solution, Sales Notes Internal, Pain Points, Desired State, Personas, Qualifying Questions for CE01 PureEngage On-Premises View JSON
- Query 2: Finds all Canonical Benefits for CE01 View JSON
Functional Use Case[ | edit source]
- Query 1: Finds the Story, Flow diagram (link to Lucidchart) for CE01 PureEngage On-Premises View JSON