Created
January 17, 2023 21:00
-
-
Save LMG23/94f2aa4fce1061b8a45a7790efd357d3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| liveagent.findOrCreate('Case') | |
| .map('Subject', 'Case Subject', false, false, true) | |
| .map('Status', 'Case Status', false, false, true) | |
| .saveToTranscript('CaseId').showOnCreate(); |
<script src="https://gist.github.com/LMG23/94f2aa4fce1061b8a45a7790efd357d3.js"></script>
O believes this will be a very good thing for me
No
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This might work