A custom item line field on the PO record
# general
i
A custom item line field on the PO record
r
best option I know of would be a simple beforeload script, but a role / form change might also be necessary
i
ok, let me try it on a beforeLoad UE
Thanks!
k
I would strongly suggest you don't change forms based on field values during record create- I've had issues with this duplicating transactions in the past.
r
@KevinJ of Kansas I meant multiple forms one per Role, rather than changing them dynamically
@KevinJ of Kansas, thanks for saying that however!
k
ALso - if this is something that is done outside of record create, then you could always use workflow for this
i
Thank you both! I ended up doing it in a beforeLoad on a
UE
with
getSublist
and
.FieldDisplayType.HIDDEN