Hi. In a saved search, I want the internal ID from the field “name” on transactions. I can not go from customer or vendor since I have it on customer revaluations and that is not accessible through either customer or vendor. I have tried {name.id} {name.internalid} {entity.id} {entity.internalid} but nothing works. Any ideas?
m
Michael McNamara
10/17/2023, 4:13 PM
on results:
Formula(Text) {entity.id}
Michael McNamara
10/17/2023, 4:16 PM
or {customermain.internalid}
Michael McNamara
10/17/2023, 4:18 PM
Formula(Text) {entity.id} works for me, but it depends on the trans
j
Jesper M
10/17/2023, 7:06 PM
It worked in another saved search, so I rebuilt the first one and suddenly it worked .. thank u