I want to know how to use Require in free-form projects

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

free-form Kony projects does not have a Require folder, but can not you use external libraries with Require?

Hi @Kevin Bucklvnd​

Require is supported only in MVC project. Requires modules are used to load them on demand. This is not supported in free-form project.

If you want to integrate third party/external libraries then use FFI functionality of Kony,

http://docs.kony.com/konylibrary/visualizer/visualizer_user_guide/Default.htm#Foreign_Function_Interface_JS.htm

If you want to load module dynamically in Free-form project then use functional module functionality of Kony,

http://docs.kony.com/konylibrary/visualizer/viz_api_dev_guide/content/kony.modules_functions.htm

Thank you,

Hi @Jovnne Knox​

I understood​.

Thank you for your quick reply!