How to clear an interative field entirely in a DTL
GT1|1|1|Test^Test||123 Building^123 Building^Brooklyn^NY^11220^United States^^^Kings|^PRN^PH^^^^^^^^^(111) 111-1111~^PRN^CP^^^^^^^^^(222) 222-2222|||""|IN|DGH^Daughter
I'm trying to clear the phone number completely.
Remove target.{GT1(1):GuarantorPhNumHome()} still gives me _~_
Discussion (2)0
Comments
Try assigning target.{GT1(1):GuarantorPhNumHome} to empty string - without the parens
Worked! Thanks Ryan.