Salesforce SOQL’s weird syntax for NOT LIKE queries
I just encountered the first SOQL syntax error I’ve had to look up in a long time. Do you know how to write a NOT LIKE condition in a query?
I just encountered the first SOQL syntax error I’ve had to look up in a long time. Do you know how to write a NOT LIKE condition in a query?
I’m building a custom cloning functionality that needs to meet a few objectives, most important of which is being dynamic. I don’t want to build these out for each object in our instance.