Solved

Is there a way to create a custom action without depending on the database methods?

  • 29 November 2021
  • 2 replies
  • 462 views

Badge +2

We need to add a command to an Aurena screen to execute custom logic. As per the documentation, we can add actions to a projection from methods deployed in the database.  

But is there a way to do a pure configuration without touching the database for a customized logic similar to the functionality with custom RMB's PL/SQL block in IEE?

I am looking for a solution for an instance running on IFSAPP10/UPD13.

icon

Best answer by Charith Epitawatta 29 November 2021, 21:40

View original

This topic has been closed for comments

2 replies

Userlevel 4
Badge +6

Hi @shashikahk ,

I think these links will be useful to get an idea. 


/Oshada

Userlevel 7
Badge +31

Hi @shashikahk,

 

But is there a way to do a pure configuration without touching the database for a customized logic similar to the functionality with custom RMB's PL/SQL block in IEE?

The answer to this is no and it will not be implemented in Aurena in the future either. Even with IEE, there have been many concerns regarding allowing to write and run PL/SQL blocks directly from the client, mostly from a security standpoint. Because of that, it has been decided not to implement this in Aurena; not even in future releases such as IFS Cloud. 

Hope this helps!