missing field in record

Can anyone please let me know how to find the missing field in records !

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to gaddamv0001

    "When you enable data sync, you are caching your source data in Appian. With a cache of your data, this means Appian will only have to execute queries from the cached data instead of the external source whenever you view or interact with the record data."
    https://docs.appian.com/suite/help/21.2/records-data-sync.html


    -> so the sense of data sync is to improve the performance of your data, not changing the strucuture.
    -> you have to add the missing fields to your CDT again. ( the cdt you use for your record here)

    tablename has nothing to do with it. The moment you changed the table name, it can happen that during saving procedure of your CDT a new table could be created. If the cdt is maintained properly to your data store it will update automatically.

    you need a match between: DB Table & CDT and CDT & your Record type/CDT fields you like to use there.

Children