Skip to main content
August 30, 2021
Question

How we can perform CRUD operations on data in interface

  • August 30, 2021
  • 1 reply
  • 0 views

Hi folks ,

I have a look up  table named "gender" , I want to develop a interface using which i can see,  add add, update , delete values in table without going in the appian cloud directly instead we want to perform this from the interface .

For example i have genderId and gender column in lookup table , where there are two entries male with id 1 and female with id 2 , how can we add another gender in the table  directly or delete male row  from the table or update it.

I hope you guys understood my query .

Thanks in advance. 

    1 reply

    marco.amador
    September 7, 2021

    So from my understanding you don't want these operations to happen through a Process Model. You want them to happen directly through the interface instead.

    The Write to Data Store Entity, Write to Multiple Data Store Entity and Delete from Data Store Entity Smart Services are also available via an expression function call, which you could call from a saveInto inside an interface. 

    The documentation of the Smart Services contains a section explaining this briefly - e.g. https://docs.appian.com/suite/help/21.2/Write_to_Data_Store_Entity_Smart_Service.html

    Hope this helps!