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 }
- C ( entire client short )
- C#2 ( first 2 of client )
- S#4 ( Sequence length should be denoted by #+number )
- D + YY/MM/YYYY/MON ( oracle format - for date )
- L3 ( 3rd level on location ) L3#2 ( 3rd level on location - 2 characters only )
- "A" - hard coded A in this spot
- "-" - hard coded - in this sport
- {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