Hi CI Experts!
 
Hi CI Experts!
I've started the Information Map configuration and I'm trying set up two subjects "Clientes" and "Apolices". First I created the relationship between this 2 tables,  after I did the follow configurations - Custom options:
InformationMap : InfoMAP
        [Subject_ID_Clientes = Clientes]
        [Subject_ID_Apolices = Apolices]
        [MetadataTable_Prefix_Subject_ID_Clientes = Clie]
        [MetadataTable_Prefix_Subject_ID_Apolices = Apol]
        [Subject_Code_Subject_ID_Clientes = 2]
        [Subject_Code_Subject_ID_Apolices = 1]
        [MAMeta = Libname MAMeta "E:\TABELAS";]
        [From_Subject_ID_Clientes_To_Subject_ID_Apolices = OneToMany]
        [From_Subject_ID_Apolices_To_Subject_ID_Clientes = ManyToOne]
        [Subject_Default = Subject_ID_Apolices]
 
//SUBJECT 1
Apolices
        [Subject_ID_1 = Subject_ID_Apolices]
 
  Formapagto
          [Level = Nominal]
          [NoMetadata = True]
 
 
//SUBJECT 2
Clientes
        [Subject_ID_2 = Subject_ID_Clientes]
 
  Cliente
          [Level = Id]
          [NoMetadata = True]
 
  Nacionalidade
          [Level = Nominal]
          [NoMetadata = True]
 
When I tryed use it on my Business Context (on CI) I can counts only fields from "Apolices" subject.  Fields from "clientes" subject occurred an error (Nacionalidade: In MAIQService:getDataSelection:Index: 0, Size: 0)
 
Does anyone have any idea?
 
Best,
TF