Join Slack
Powered by
Anybody ever face issues adding a custom transacti...
# accounting
u
_ludlow
02/08/2022, 10:41 PM
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
Tristan Day
02/09/2022, 10:45 AM
try item.isserialitem.id
Tristan Day
02/09/2022, 10:45 AM
and / or item.type.name
Tristan Day
02/09/2022, 10:45 AM
or whatever the name field is on the type
Open in Slack
Previous
Next