Skip to main content

Hello, 

When trying to reference a field in a SOQL query, it now adds slashes (\). What is the correct way to write the where clause? 

 

Where Contribution__c = \'<<Contract_Id>>\' 

 

I tried removeing the \ but it comes back when saving

thanks for your input!

Hi @Seth  - 

 

This was a Package bug in the lightning interface which has now been resolved in newer package version. Currently, you can edit the relationship in Classic and the Slashes will not occur. If you wish to upgrade to the newest version from the AppExchange, this will also resolve the issue. 

Fixed Package 20.2 - https://help.nintex.com/en-US/platform/ReleaseNotes/DocGen/NintexDrawloop.htm

Thanks!


It worked @Brent_Doc ! we reinstalled the package and the / slashes did not appear in SOQL. 

Thanks again

s


Reply