-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Not A Bug
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Automation
Following non regression test about automation scripting:
- Create a new script. Input type= document, Output type = void.
- Type in the editor "Document." and select the first operation "Document.Create"
- Link it to a user action and Check if the operation is fully generated.
I have this automation scripting:
function run(input, params) { Document.Create( input, { /*required:true - type: string*/ 'type': "File", /*required:false - type: string*/ 'name': "testfile", /*required:false - type: properties*/ 'properties': { "dc:title": "test file",} } ); }
When I click on my user action, I get an error that says:
An error occured while executing the chain 'javascript.test-scripting': No operation was bound on ID: javascript.test-scripting