Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates or updates the script translation record.
Syntax
server public static void createOrUpdateScriptTranslation(
RefRecId _mcrScriptRecId,
MCRScriptNote _note,
MCRScriptID _scriptTitle,
[LanguageId _languageId])
Run On
Server
Parameters
- _mcrScriptRecId
Type: RefRecId Extended Data Type
The ID of the MCRScript record.
- _note
Type: MCRScriptNote Extended Data Type
The specified MCRScript note value.
- _scriptTitle
Type: MCRScriptID Extended Data Type
The specified MCRScript ScriptTitle value.
- _languageId
Type: LanguageId Extended Data Type
The specified LanguageId value.
Exceptions
Exception | Condition |
---|---|
Error | The MCRScript note and scriptId value has not been passed. |