Skip to main content
rohinip313838
October 8, 2024
Question

Adding rows in DB without a CDT in 24.3

  • October 8, 2024
  • 5 replies
  • 0 views

I have a read-only grid that pulls the data from record type . I am trying to enhance the feature to add an update link to the page to enter new rows and thats needs to be updated in the Table . 

Is there a way to achieve this without a CDT ?

                                                                                                                     (or)

Is there a way to update a table from the interface without a CDT?

    5 replies

    stefanhelzle0001
    October 8, 2024

    Yes, and yes. But you might have some more specific questions, do you?

    rohinip313838
    October 8, 2024

    For now I just want to know how to achieve this .

    mikes0011
    Brainy
    October 8, 2024

    You would need to use the RecordType data toolset.  "Write Records", etc.  Have you been through the documentation?

    somasundaram.d
    October 9, 2024

    Yes you can do that, have all your update logic in a process model using Write to Records smart service. 

    Then call the process model using a!startProcess() or a!startProcessLink() from the interface