Hi. In a saved search, I want the internal ID from...
# general
j
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
on results: Formula(Text) {entity.id}
or {customermain.internalid}
Formula(Text) {entity.id} works for me, but it depends on the trans
j
It worked in another saved search, so I rebuilt the first one and suddenly it worked .. thank u