Written by

Question Paul Riker · Mar 24, 2017

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 _~_

Comments

Ryan Hulslander · Mar 24, 2017

Try assigning target.{GT1(1):GuarantorPhNumHome}  to empty string - without the parens

0
Paul Riker  Mar 24, 2017 to Ryan Hulslander

Worked! Thanks Ryan.

0