Solved

Commands in Aurena Cloud environment

  • 7 November 2022
  • 2 replies
  • 151 views

Userlevel 2
Badge +6

I have a customer that is asking if he can access the RESTful API’s and Database API’s directly from the Aurena Commands function?  TIA for your responses.

icon

Best answer by Charana Udugama 8 November 2022, 09:08

View original

2 replies

Userlevel 7
Badge +11

Hi @MikeB_EC ,

Custom Actions support methods which have simple Parameters (VARCHAR2, NUMBER, DATE) or no Parameters at all.

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

you can read more about it from here Custom Action Configuration (ifs.com)

I hope this helps. 

 

Best Regards,
Charana

Userlevel 2
Badge +6

@Charana Udugama Thank you!

Reply