Solved

PLSQL record to JSON

  • 15 February 2023
  • 1 reply
  • 114 views

Userlevel 2
Badge +5

Hi

I know when we call IFS projection action passing json message, the framework parses json into plsql record type then in the plsql code for the action, we deal with this record. I have situation where customer wants to save request json message to clob column then process it in the background. Is there any framework plsql utility that can convert plsql record to json and vise versa ?

Thanks

icon

Best answer by MizanulIslam 15 February 2024, 16:13

View original

1 reply

Userlevel 3
Badge +6

Hi @kamal.nazzal 
Something found here… Please check this out
 

 

Reply