Skip to main content
April 14, 2023
Question

Deleting: DSEs require CDTs, CDTs are not recommended, so now what?

  • April 14, 2023
  • 3 replies
  • 0 views

I have a read only grid with select boxes enabled creating something like this

Almost everyone says that you should used delete from data store entities to handle record deleting.

However, this page https://docs.appian.com/suite/help/23.1/Custom_Data_Types.html says that most of the time you should not use CDT but CDTs are required for DSE.
Where can I find a step by step walk though that does not use CDTs or DSEs to delete multiple records from a read only grid?

    3 replies

    mikes0011
    Brainy
    April 14, 2023
    says that most of the time you should not use CDT

    This is strictly referring to when you're building out Synced Records, i.e. Record Type Data, which is the "newer" approach Appian now recommends (but which, so far, most existing implementations don't use, or are only just starting to experiment with).

    If you are using Synced Records for your data already, then you'll want to look into using the Delete Records smart service.

    The Expression Guru
    petel0001Author
    April 14, 2023

    Well I just started and my Appian development journey so I am used Record Type Data which is synced.
    My other Appian experience so far has been going through the Appian exam prep.

    mikes0011
    Brainy
    April 14, 2023

    Cool, thanks for clarifying - in that case you'll definitely want to check out the Delete Records smart service.

    The Expression Guru