Thanks. I was using this, and I have no idea why I can't search for a line by this field:
s
stalbert
04/30/2020, 7:27 PM
Try "Line Sequence Number" in the filters
stalbert
04/30/2020, 7:30 PM
I didn't think "Line ID" was even a filter option? I admit I'm not sure of the exact difference (if any, practically) between Line ID and Line Sequence Number?
k
Kevin McKee
04/30/2020, 7:31 PM
The value I have stored in my custom record is one of these, and unfortunately I've tried to search for both and neither works:
Kevin McKee
04/30/2020, 7:32 PM
but lineuniquekey does work, so now I have to go update the lineuniquekey on all my records. It's a pain, but oh well
s
stalbert
04/30/2020, 7:47 PM
warning - you can't really use that line number integer as a reliable key to match up with any other records, custom or otherwise.
stalbert
04/30/2020, 7:47 PM
so using lineuniquekey is probably how you should have done it in the first place, if that's any consolation.
s
Sean Murphy
05/01/2020, 2:52 AM
@Kevin McKee This may be off the wall but have you looked at the typeof lineid? in the record browser line is an integer if you are inadvertantly passing a string it will not match? otherwise this looks like it should work.