Skip to main content
Question

How to identify output parameter in projection action

  • 25 March 2021
  • 3 replies
  • 194 views

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

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

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


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.