Topic by Denise Meehan
Content
I'm not a programmer, but am working with a partner on an integration.
We are trying to pull an Organization record using a custom field that is a unique identifier.
We are using : Query: SELECT O.CustomFields.c.entity FROM Organization O WHERE entity = 5555
We are getting an organization record, but we are getting one with an Org ID of 5555 and not the organization with the entity number of 5555.
Any advise would be greatly appreciated. I think we are on the right track, but missing what it takes to get the entity number and not the org id.
Thanks, Denise