Milcho Dimkov
01/27/2021, 11:51 AM<#list record.credit as credit>
, so I can use for example ${credit.refnum}
and that's perfect (see screenshot)
The problem I'm facing is: I don't seem to be able to add fields from the Bill Credit record itself that are not exposed on this subtab. For example, there's a body field usertotal
on the Bill Credit that I can't reference. Any idea how I can source the value of this Bill Credit body field that is not exposed on the Apply > Credits Applied subtab?
Thanks!ericbirdsall
01/27/2021, 8:54 PMrecord.usertotal
work?Katy
01/28/2021, 4:37 PMShubi
02/01/2021, 9:06 PMcredit.internalid.usertotal
- this technically should work