How do I map “2 Door Coupe & 4 Door Sedan”

“Number of Doors” and “Body Type” are both vehicle attributes in the VCdb and so need to be coded. You can’t put all of that in one map, however, or you’d match “2 Door Sedans”. So you need two maps (creating OR maps):

2 Door <A>; Coupe <A> 4 Door <A>; Sedan <A>

This is accomplished by using the plus sign (+) in the “Maps To” grid to add two maps. Notice that the note above that grid says “(multiple rows create ORed maps)”. This means that one ACES application will be created for each map (if possible).

It is helpful to note that the “&” in this comment really doesn’t mean AND. You can’t have one vehicle with both of those body styles. So it really means OR.

Revised: 2023-11-01