Skip to main content
shukurs0001
June 29, 2022
Question

Can not able to see added fields in Db table.

  • June 29, 2022
  • 8 replies
  • 1 view

I have added some more fields in CDT and updated Datastore.
However can not able to see those added fields in Db table.

Could you please look on it and solve it...

Thank you.

8 replies

harshitb6843
June 29, 2022

By any chance, have you changed the name of the table and checked in the older table?

shukurs0001
June 29, 2022

I haven't changed name of the table.

June 29, 2022

Can you share the  cdt and the table definition

shukurs0001
June 29, 2022

[View:/cfs-file/__key/communityserver-discussions-components-files/62/ELS-Datastore-DDL.sql:320:240]

June 29, 2022

Ideal way is to alter the table, add the columns in the database using the alter query and then create the xsd for the cdt and map those columns with your cdt fields. Then verify the entity mappings in the datastore

gopalk2865
Participating Frequently
June 29, 2022

Hi, Not exactly sure why its not working but have you tried updating xsd with new columns?