Subform records disappear on language change

kmcparkmcpar Member Posts: 3
Hi,

I'm having an issue with a subform on the customer card. I've created a subform to show the Customers Dimensions. When running in English it shows the records of the subform but when I change to Spanish the records disappear.

SubFormID Default Dimension Subform
SubFormView SORTING(Table ID,No.,Dimension Code)
SubFormLink Table Name=CONST(Customer),Table ID=CONST(18),No.=FIELD(No.)

Any idea as to what might be causing this?

Thanks.

Comments

  • kinekine Member Posts: 12,562
    Is this problem only if you change the language when the form is opened or each time you open this form in Spanish?
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • kmcparkmcpar Member Posts: 3
    It's both. Each time the form is opened in Spanish it disappears and when I change language with the customer card opened.
  • kinekine Member Posts: 12,562
    For me it looks like some filtering to option field which is written incorrectly (is not multilanguage "enabled"), or some filtering using wrong string. Can you check, if there is no code which change the filtering? On the main form and on the subform. May be that the Subform link is not only filtering done there... (do not forget to check the filter directly on the subform).
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
Sign In or Register to comment.