My company is migrating from ST Lawson v10 to MT Infor OS (FSM+GHR). Up to this point, we've used javascript only for simple tasks like variable manipulation. Does anyone know if it's possible to do complete javascript coding, or maybe a different language like Python, in IPA? Maybe Infor has something roadmapped? We have a couple very complex COBOL interfaces that need to be recreated in IPA and I'm researching ways to accomplish that. While it can be done using pure IPA, doing the heavy lifting with a proper coding language would be much cleaner.
Update: Thank you everyone. Sounds like the Assign nodes can handle the full Javascript library and I can use the Assign node to block off functions and link those functions together directly or with Branch nodes.