Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tSalesforceInput invalid Assignment Operator

I am gettting an error when I try to do a basic export to a CSV using the tSalesforceinput component, text below is the error I get when I click on the component, see attached further error details plus a screenshot of the component itself, I have obfuscated the message partly but it was just the domain name of the username which is based on the email. In advanced settings the Salesforce URL is set to ""https://test.salesforce.com/services/Soap/u/44.0"

 

Error in the component's propertiesSmiley Frustratedyntax error on token "@", invalid AssignmentOperator
xxxx cannot be resolved to a type
Syntax error on token "@", invalid AssignmentOperator
xxxx cannot be resolved to a type

Labels (4)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Should be enclosed between ""

View solution in original post

4 Replies
Anonymous
Not applicable
Author

Just including the screenshots so they are a bit easier to see. 

 

Capture1.PNGCapture2.PNG

TRF
Champion II
Champion II

This is a compilation error.
Hit code tab on the screen bottom then go to line 672 to discover where it comes from
Anonymous
Not applicable
Author

The error on the code is as below, I have obfuscated the username but it is a valid Salesforce username so not sure what the issue could be 

 

props_tSalesforceInput_1.connection.userPassword.setValue("userId",
test.user@testdomain.com.test);

 

With the error message Multiple markers at this line
- Syntax error on token "@", invalid
AssignmentOperator
- testdomain cannot be resolved to a type

TRF
Champion II
Champion II

Should be enclosed between ""