Anybody ever face issues adding a custom transacti...
# accounting
u
Anybody ever face issues adding a custom transaction line field to pull in the related items type? Using a formula to default it -
CASE WHEN {item.isserialitem} = 'T' THEN 'Serialized' ELSE {item.type} END
.It only returns ‘Serialized’…..
t
try item.isserialitem.id
and / or item.type.name
or whatever the name field is on the type