Some code is written to get data from a field without using the .Value
property:
PS_BI_HDR.INVOICE
And other code uses the .Value
property:
PS_BI_HDR.INVOICE.Value
What is the difference?
Are there times when one should be used instead of the other?