Skip to main content
March 10, 2021
Question

delete record

  • March 10, 2021
  • 5 replies
  • 0 views

I want to delete record using process modeler how I can do delete operation?

    5 replies

    danny.verb
    March 10, 2021

    If your record is backed by a database table, you can use the smart service docs.appian.com/.../Delete_from_Data_Store_Entities_Smart_Service.html

    March 10, 2021

    If you're going to delete from the record itself (i.e., by means of a related action), make sure you have some sort of landing page so that the user can navigate away from the (now deleted) record in order to avoid showing an error.

    March 11, 2021

    can you just elaborate it because I am new in appian