Return

This help page is for Desktop Studio. This information is also available for CXone Studio.

Voltooit het subscript getriggerd door Runsub in een ander script.

Return slaat een waarde op in de eigenschap ReturnValue en stuurt deze terug naar het script dat het subscript heeft aangeroepen. De waarde ReturnValue wordt opgeslagen in de eigenschap ReturnVariable van de Runsub-actie.

Return moet altijd teruggaan naar het hoofdscript. Het is een goed gewoonte om een script niet te laten eindigen in een subscript.

Ondersteunde scripttypen

The icon for a Generic script type - a rectangle with < and > symbols inside it.

The icon for the Email script type - a large @ symbol in a diamond.

The icon for the Chat script type - a chat bubble with an ellipsis inside (...), in a diamond shape.

The icon for the Phone script type - an old-style phone handset with curved lines indicating sound coming out of it.

The icon for the Voicemail script type - a symbol that looks like a cassette tape - two circles sitting on a horizontal line.

The icon for the Work Item script type-a piece of paper with one corner folded down and a bullet list on it.

The icon for the SMS script type - a smart phone with a chat bubble coming out of it.

The icon for the Digital script type - a computer monitor with a smartphone next to it.

Generiek

E-mail Chat Telefoon Voicemail Werkitem SMS Digitaal

Invoereigenschappen

Deze eigenschappen definiëren gegevens die de actie gebruikt bij het uitvoeren.

Vertakking

Beschrijving

Caption

Voer een korte woordgroep in die deze actie in het script uniek identificeert. Het bijschrift verschijnt op het scriptcanvas onder het actiepictogram. The default is the action name.

ReturnValue

De variabele die de waarde houdt die u aan het hoofdscript wilt doorgeven. Deze waarde wordt opgeslagen in de eigenschap ReturnVariable van de Runsub action in het hoofdscript.

Resultaatvertakkingsvoorwaarden

Geen

Tips & trucs

De ReturnValue-eigenschap kan een array of een dynamisch gegevensobject zijn. Als u een dynamisch gegevensobject gebruikt, moet u dit converteren naar JSON of XML met de functie asjson() of asxml(). Vervolgens kunt u de JSON of XML doorgeven aan het hoofdscript als een enkele stringwaarde. In het hoofdscript kunt u de waarde weer converteren naar een dynamisch gegevensobject.

Voorbeeld van een script

Dit is een voorbeeld dat toont hoe deze actie kan worden gebruikt in scripts. Het is niet bedoeld als een compleet script. Het kan nodig zijn het script verder te bewerken.

Het onderstaande voorbeeld is een subscript dat drie Return-acties gebruikt om waarden te retourneren naar een hoofdscript.

Wilt u dit script downloaden?