Custom Claim Number's can be set as a location parameter



Short Description 

  • S# - sequential( # of characters )     
  • D - dates of: ( yy, yyyy, mm, MON ) any combo of those     
  • C - client shortname ( with possiblilty to turncate )     
  • L - location ( with possible to truncate ) - be able to specify which "level" ( 1,2,3,4 etc )     
  • " - and then "hard code" any character

ideal format - each segment should be enclosed in { curly braces }


  1. C ( entire client short )     
  2. C#2 ( first 2 of client )     
  3. S#4 ( Sequence length should be denoted by #+number )     
  4. D + YY/MM/YYYY/MON ( oracle format - for date )     
  5. L3 ( 3rd level on location ) L3#2 ( 3rd level on location - 2 characters only )     
  6. "A" - hard coded A in this spot     
  7. "-" - hard coded - in this sport
  8. {LST} will output Loss State


assume the
client is ABC
the date is 3/28/2019
location level 1 is XYZ ( parent to level 2 )
location level 2 is RST ( parent to level 3 )
location level 3 is PDQ ( parent to level 4 )
location level 4 is EDC ( which is where claim is )

so a "format" would be
( allow spaces in the format - but dont use unless in quotes )

 

  • {C#2}{L3#2}{DMON}{S#4} = ABPDMAR0001     
  • {C}{L1}{"A"}{DYY}{"-"}{S#5} = ABCXYZA19-00001     
  • {C}{L2}{DMMYY}{"-"}{S#3}{"."}{DYY} = ABCRST03-001.19