niranjan_bosch
I'm new here

Problem in the migration from 4.2 to 5.1

Dear FS community team,

I am migrating the project from FS4.2 to FS 5.1.209.
I migrated the components using migration kit but after converting the components I am getting some unexpected values.
Please find the below details.

4.2 code:
-----------------------

<CMS_INPUT_CONTENTLIST name="cs_unterlagen" table="ThIS.infoart_unterlagen" useLanguages="no">
              <LANGINFOS>
                <LANGINFO lang="*" label="Unterlagen"/>
                <LANGINFO lang="EN" label="Documents"/>
              </LANGINFOS>
      </CMS_INPUT_CONTENTLIST>

5.1 code:
----------------------
<CMS_COMMENT>
            <CMS_LABEL>
              <LANGINFOS>
                <LANGINFO lang="*" label="Added by MigrationKit"/>
              </LANGINFOS>
            </CMS_LABEL>
            <CMS_INPUT_CONTENTLIST name="cs_unterlagen" table="ThIS.infoart_unterlagen" useLanguages="no">
              <LANGINFOS>
                <LANGINFO lang="*" label="Unterlagen"/>
                <LANGINFO lang="EN" label="Documents"/>
              </LANGINFOS>
            </CMS_INPUT_CONTENTLIST>
</CMS_COMMENT>

<FS_LIST name="cs_unterlagen" height="150">
            <DATASOURCE type="database" useLanguages="no">
              <ACTIONS>
                <ACTION name="ADD"/>
                <ACTION name="REMOVE">
                  <PARAM name="show-confirm">no</PARAM>
                </ACTION>
                <ACTION name="UP"/>
                <ACTION name="DOWN"/>
                <ACTION name="GOTO"/>
                <ACTION name="VIEW"/>
              </ACTIONS>
              <COLUMNS>
                <COLUMN show="no">#identifier</COLUMN>
              </COLUMNS>
              <LAYOUT>
                <ADD component="toolbar" constraint="top"/>
                <ADD component="overview" constraint="center"/>
                <ADD component="stackedview" constraint="hide"/>
              </LAYOUT>
              <TABLE>ThIS.infoart_unterlagen</TABLE>
            </DATASOURCE>
            <LANGINFOS>
              <LANGINFO lang="*" label="Unterlagen"/>
              <LANGINFO lang="EN" label="Documents"/>
            </LANGINFOS>
   </FS_LIST>

  After adding the code we are getting the below problem.

Please find the attached screenshot for information.

This is bit urget for me.Please help me on this.

Thanks in advance.

Thanks&Regards,

Niranjan

0 Kudos
2 Replies
marza
I'm new here

Hello Niranjan,

looks like something is wrong with the definition of entity "ThIS.infoart_unterlagen". What kind of type is "Linkliste"? Your code above does only show how "ThIS.infoart_unterlagen" is integrated.

If you want to hide certain columns like "Linkliste" then you should configure so between <COLUMNS> ... </COLUMNS>. Please see our documentation for more details.

Regards,

Marian

0 Kudos

Hello Niranjan,

do you need further help or did Marian's answer already help you? If so it would be nice, if you mark his "correct answer".

If you have already found a solution by yourself it would be great if you posted it here.

Best regards

Michaela

0 Kudos