Salesforce - Error On Dynamic Lookup
I am trying to do a dynamic lookup on a "Path To Many" field and receiving an error. My question is if this is even possible?
0
I am trying to do a dynamic lookup on a "Path To Many" field and receiving an error. My question is if this is even possible?
Comments
Dave Guderian it's not possible. You'll have to specify a fixed index to go to like _PARENT.DependentInformation[0].DependentPersonID
Thanks Tyler. I appreciate the quick response!
Please sign in to leave a comment.