I have a read only grid with select boxes enabled creating something like thisAlmost 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?
Discussion posts and replies are publicly visible
petel0001 said: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.
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.
Cool, thanks for clarifying - in that case you'll definitely want to check out the Delete Records smart service.