If(
VendorDocType.Selected.Value = "Invoice",
{
Value:
LookUp(
Vendor,
'Vendor Name' = VendorName.Selected.Label
).'Method of Payment'
},
ThisItem.'Method of Payment'
)
If(
VendorDocType.Selected.Value = "Invoice",
LookUp(
Vendor,
'Vendor Name' = VendorName.Selected.Label
).'Method of Payment', SomeOtherValueOrBlank
)
WarrenBelz
146,618
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,957
Most Valuable Professional