Question

How to identify output parameter in projection action

  • 25 March 2021
  • 3 replies
  • 179 views

Userlevel 4
Badge +5

I need to identify output parameter in action  as I need to update data and return something like crud_new .


This topic has been closed for comments

3 replies

Userlevel 5
Badge +9

Hi @DalKylekY ,

Custom Actions currently do not support Methods such as,

  1. Return data (Functions or methods with OUT Parameters)
  2. Complex Data Types (PL/SQL Record Types)
  3. BLOB, CLOB Parameters
  4. PL/SQL methods exposed in Projections (_SVC package), client metadata package (_CPI) and Report package (_RPI) methods
Userlevel 4
Badge +5

thanks. but I need to execute action to update data and return values .How can I do for it.

Userlevel 5
Badge +9

thanks. but I need to execute action to update data and return values .How can I do for it.

This is not currently available in custom actions.

Regards,

Nadeesha.