What is the maximum no of characters that should be used within a CDT name?
Discussion posts and replies are publicly visible
HI,
CDT names accepts only 27 characters and names of database tables and columns are truncated if they exceed 27 characters in length.
Please go through the link you will find more info
https://docs.appian.com/suite/help/20.1/Generating_Database_Tables_from_CDTs.html
Thanks,
DB table names created from CDT will be truncated as you mention, but as far as the CDT itself, the name can include up to 255 characters. Obviously it will be a good idea to not use that whole length in normal circumstances, but just to note, the 27 character limit doesn't apply to the CDT itself.