Assisted Collection Config

Given the short nature of the form the configuration is simple to update.

Essentially, the configuration enables you to:

a) Change the address results returned to only be those that start (Prefix) with R (or whatever you want)

b) Map the different reason codes for assisted collection to the reason codes in Yotta Alloy. I.e.

Physically Incapable has an Alloy code of 5fff090b2c3af400657d6d0f

Example File

<Mappings>

  <AddressSearchFilters>
    <AddressSearchFilter 
    Filter="attributes_premisesBlpuClass" 
    Include="true" 
    StringMatch="Prefix" 
    Value="R"/>
  </AddressSearchFilters>
  
  <AssistedCollectionReasons>
  
    <AssistedCollectionReason Value="1" Name="physically_incapable" 
    Code="5fff090b2c3af400657d6d0f"/>
    
    <AssistedCollectionReason Value="2" Name="permanent_disability" 
    Code="5fff093cf6e076006484f367"/>
    
    <AssistedCollectionReason Value="3" Name="temporary_disability" 
    Code="5fff094b35d644006509e4ee"/>
    
    <AssistedCollectionReason Value="4" Name="other" 
    Code="5fff095c35d644006509e4fd"/>
    
  </AssistedCollectionReasons>
</Mappings>

Last updated

Was this helpful?