Skip to main content

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.

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


@Charana Udugama Thank you!


Reply