Skip to main content
Solved

Commands in Aurena Cloud environment

  • November 7, 2022
  • 2 replies
  • 215 views

Forum|alt.badge.img+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.

Best answer by Charana Udugama

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

2 replies

Charana Udugama
Superhero (Employee)
Forum|alt.badge.img+12
  • Superhero (Employee)
  • 128 replies
  • Answer
  • November 8, 2022

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


Forum|alt.badge.img+6
  • Author
  • Do Gooder (Partner)
  • 18 replies
  • November 8, 2022

@Charana Udugama Thank you!