Sub-RecordType data not reflecting

Hi,

I have below Record Type(s) structure.

Now when I try to load the column(s) data in the summary page from the RecordType "D", it is not loading. But, when I ran the "Data Sync" for the recordType "D" manually then I was able to see the data in the

summary page.

FYI: RecordType "B" is having a foreignkey relation ship with column data which is there in the RecordType "B".

Any tips please. Thanks in advanse.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Appian Employee
    in reply to Rao2022

    I would expect that when you write data using nested CDTs (i.e. write to CDT B that contains CDT D) that all data would be written to both tables AND record types that refer to both tables would be synced. To Stefan's question - the update occurs when the table name matches in both the XSD of the CDT and the source of the record type.

    The one question I still have - what if you write only to table D (and don't use a nested CDT)? Depending on the answer there, that can help us identify if the issue is that either table D just isn't triggering a sync for any operation or that it is only failing to sync when using a nested CDT.

Children
No Data