Hi, I am trying to map a global that has a subscripted variable as the first subscript.  The system is based on Fileman, so using the Fileman2Class mapper does not handle this so any query against this table throws an undefined error.  

i.e. 

^BARAC(1234,1,0)=
^BARAC(1234,1,3)=
^BARAC(1234,2,0)=
^BARAC(1234,2,3)=

In the FM2Class generated class, Subscript 1 = DUZ(2), Subscript 2 = {IEN}

What do I need to do in order to either get DUZ(2) mapped appropriately?  Is it something I can do inside the generated class or would I need to create the class manually.  

Thanks,

Charles