Skip to main content

Hello,

 

In connection with IFS Cloud, except Oracle SQL, what other programming languages are you using with this ERP system?

I read on documentation that some parts of BPA consists of source code written in Javascript and Java. IN BPA, it is classic javascript or the syntax is more like, for example angular, react or vue?

How good should I know those languages if I want to be better in writting, for example these BPA?

Thanks

@Ed22 so for the workflows, little pieces of logic you can write in Javascript (ECMAScript 5.1).

(see 


Note that:

  • The logic is just to make a decision and get/set variables 
  • There is no “frontend” code you can write so no Vue/React/Angular

 

You could somehow also write some java and compile and use that in your workflow but I would not really go that direction as thats not really what the workflows are for. Then you better make a modification for the functionality you want.

 

And what about for example docker, k8s, T-SQL, maybe Prometheus/Grafana, ELK?


  • PL/SQL as the main programming language for the business logic tier.
  • Marble Domain Specific Language (DSL) used to model and describe the complete presentation tier

https://docs.ifs.com/techdocs/25r1/060_development/010_development_overview/#development_stack

 


Reply