I cannot find a code to pull in details of previous addresses into a Fact Find
Hi DM
This is from XWORD. Let me now if you want specific fields displayes a specific way. The below are the standard fields availalbe in the standard XPLAN group of Previous Address.
<:for item in $client.prev_address:>
<:=item.block:> <:=item.building:> <:=item.country:> <:=item.end_date:> <:=item.notes:> <:=item.postcode:> <:=item.start_date:> <:=item.state:> <:=item.street:> <:=item.street_name:> <:=item.street_name_2:> <:=item.suburb:> <:=item.type:> <:=item.unit:>
<:end:>