Skip to main content
August 23, 2021
Question

how to save the updated values of rule input into the particular CDT fields

  • August 23, 2021
  • 5 replies
  • 0 views
Please suggest me,

how to save the updated values of rule input into the particular CDT fields eg: I have multiple lists like list1 and list2....... in one interface if I update list1 it should save that list in that CDT. for each list, I have a separate primary key.

ex:list1-30

list2-31 if i update 30 it should save the values into that key of that CDT

    5 replies

    csteward
    August 23, 2021

    Generally, wherever you are utilizing saveInto to update the lists, you can also use a!save() to update the CDT.  Can you provide any sample code of what you are attempting etc?

    August 24, 2021

    Thank you.