cancel
Showing results for 
Search instead for 
Did you mean: 

Object Type 10 donu00B4t showed in CFL

Former Member
0 Kudos

Hi all,

I have a problem with cfl over OCRG (object type 10)

My code in .srf file is the following:


<userdatasources>
 <action type="add">
    <datasource uid="udsCliente" type="9" size="254"></datasource>
    <datasource uid="udsCadena" type="1"></datasource>
 </action>
</userdatasources>
<item uid="txCliente" ....>
    <AutoManagedAttribute></AutoManagedAttribute>
    <specific TabOrder="0" ChooseFromListUID="cflOCRD"  
                                  ChooseFromListAlias="CardName">
         <databind databound="1" table="" alias="udsCliente"></databind>
     </specific>
</item>
<item uid="txCadena" type="16" ....>
    <AutoManagedAttribute></AutoManagedAttribute>
    <specific TabOrder="1" ChooseFromListUID="cflOCRG"   
                                      ChooseFromListAlias="GroupCode">
        <databind databound="1" table="" alias="udsCadena"></databind>
    </specific>
</item>
<ChooseFromListCollection><action type="add">
      <ChooseFromList UniqueID="cflOCRD" ObjectType="2" MultiSelection="0" IsSystem="0"></ChooseFromList>
      <ChooseFromList UniqueID="cflOCRG" ObjectType="10" MultiSelection="0" IsSystem="0"></ChooseFromList>
</action>
</ChooseFromListCollection>

Note: In txcliente a cfl works fine (over bussinessPartners), however in txCadena (over BussinesPartner Groups not showed)

What I´m wrong? (It´s seems a type of udsCadena... i´m trying with several types but still wrong)

Thanks in advanced and Kinds Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Alejandro,

I have tried to give it a try and cannot make it work.

As this object is new maybe there is something missing on it that blocks the CFL from working.

Please create a message for support asking for it. And if you can share your findings in here.

Best Regards

Trinidad.

Former Member
0 Kudos

Moran,

R u sure that the objecttype for OCRG is '10' becoz in the list of Bolinked object there is no entry for 10....

Regards,

Anitha