Skip to main content
March 28, 2024
Question

Process model

  • March 28, 2024
  • 27 replies
  • 0 views

Give me real time examples of write records smart service and delete record smart services 

    27 replies

    davidj137213
    March 28, 2024

    What do you mean with real time examples?

    Anyway, if you want to see how these smart services works... check this link in a real example

    www.youtube.com/watch

    stefanhelzle0001
    March 28, 2024

    Give us more details about what you want to achieve.

    karumurua531442
    March 28, 2024

    hi [mention:587ad31e41194b80a577da9e1e6e9c45:e9ed411860ed4f2ba0265705b8793d05]    an example of using 

    write record smart service: 

    Employee On boarding

    When a new employee joins a company, the HR department can use the "Write Records" smart service to create a new employee record in the system. The service can populate fields such as employee name, employee ID, department, manager, start date, etc.

    Delete record smart service:

    Data Clean up:

    Periodically, organizations may perform data cleanup activities to remove redundant or obsolete records from the system. The "Delete Record" smart service can be utilized to automate this process, ensuring that the database remains optimized and clutter-free.

    Give me real time examples of write records smart service and delete record smart service
    March 29, 2024

    we have delete records web api templates. so i want to delete a particular record in a table.how can I pass particular record to delete.can anyone tell me what I need to pass in query parameters

    venkatrea696188
    March 29, 2024

    Is it Service backed record type ??