Question
Jeraisy Company for ICT
SA
Last activity: 13 Apr 2021 0:17 EDT
How to use RDB-SAVE method to save record from UI into external table
Hi, I am using Postgres , created DB and TABLE (Column1, …) then I created relevant Class and properties , a connection, everything was going smoothly If I put this code “INSERT INTO {class:Syri-ShamApp-Data-studentinfo} VALUES ('5','Maher',ALI)” in Save Tab of the Connect SQL , then Pega adds this record.
But I did not find a way save a record from the UI into external DB using RDB-SAVE
Please how can we do that or if there is alternative way by using obj-save or other