Skip to main content

FS_INDEX

Comments

5 comments

  • Zendesk API User
    Author: hbarthel - 5/14/2019 12:43

    Hi Carmen, if you are talking about a table template, please check if you configured the mapping correctly. Cheers, Heiko

    0
  • Zendesk API User
    Author: carmen_bunea - 5/14/2019 12:51

    Hello Heiko,

    thank you for replying! Yes I thought of that too and checked it. The mappings are correct. And yes I am talking about table template.

    0
  • Zendesk API User
    Author: Nitros - 5/15/2019 10:39

    Hi Carmen,

    can you post a screenshot of the mapping and formular definition of the table template and the table in the schema as well? It's hard to say what went wrong without seeing the sources. As Heiko mentioned, that kind of error normally occurs if FirstSpirit does not actually save the data. The UI lies to you in that case.

    Other places you might want to check:

    • If it's saved in a database you can access, investigate if the field was actually saved.
    • You may want to check the schema XML for any obvious error. It can be accessed from the context menu when right clicking the schema (not the table template) and choosing something in the lines of "edit eternally". Not sure about the exact wording right now.
    0
  • Zendesk API User
    Author: carmen_bunea - 5/16/2019 14:12

    Hello,

    I solved the Problem this way:

    Having used FS_INDEX for the reference I thought of trying to get the same result I wanted with FS_CATALOG. In doing this I had to map the new fields and the problem dissapeared.

    @

    Thank you for the support and assistance.

    0
  • Zendesk API User
    Author: hoebbel - 10/21/2024 13:37

    Hallo Thomas,

    wenn ich es richtig sehe, dann ist "for_umform" doch ein Dataset, der im inneren FS_INDEX referenziert wird. Um dort eine Ausgabe zu machen, brauchst Du das formData() des Datensatzes und dann erst den Wert des name Attributs der entsprechenden Eingabekomponente.
    Sofern die Eingabekomponente name="name" hat, wäre die korrekte Ausgabe:

    <appInstance name="$CMS_VALUE(for_umform.formData().name)$" />


    bzw. in der vollrständigen Schreibweise:

    <appInstance name="$CMS_VALUE(for_umform.formData().get(null,"name").get())$" />

    Funktioniert es so?

    Viele Grüße
    Holger

    0

Please sign in to leave a comment.