Question

Types of Customization in IFS 10/Aurena?

  • 3 January 2021
  • 1 reply
  • 267 views

Userlevel 5
Badge +8

Hello All ,

  What is different between application based customization and layer based customization.

  In application , we can create object (custom field) with use frond end and while i add custom field with use layer based and using visual studio then create custom field.

Someone explain us that basic concept of customization of application based and via visual studio based customization.

 

Thanks in advance.


This topic has been closed for comments

1 reply

Userlevel 6
Badge +15

Hi @Adarsh,

With Aurena, we support different levels to extend the core application. 

  • Extending the application from inside
    • Customizations
      • Are supported through Layered Application Architecture
      • Here, the modifications are done in the source code itself and hence the business logic can be modified.
    • Configurations
      • Configurations are done using the concepts (Eg: Custom fields, Custom events, etc) and tools (Eg: page designer, Navigator designer, etc)  built into the application. 
      • Here, it is not possible to alter the business logic.
    • Configurations are done on top of customizations, usually at the customer itself.
    • Both customizations and configurations can be version controlled and upgraded with core updates.
  • Extending the application from outside
    • This is done using the APIs exposed

Hope this information would help you to get an idea.

 

Cheers!