Call function from page to the section

It is possible to call function from page to the section? 

like include on php.

i'm already trying this, but doesn't work.

define("UsrNewLibrary1Page", ["UsrUsrBuku1Page"], function(UsrUsrBuku1Page) {

    return {

        entitySchemaName: "UsrNewLibrary",

Like 0

Like

2 comments

It will be easier to help you if you describe the task in general. Include from PHP works in bpm'online according to the require.js framework. Please find more information in the documentation by the link below.

https://requirejs.org/

If you need to call a section function from a page and vice versa, then it's better to use messages. 

https://academy.bpmonline.com/documents/technic-sdk/7-13/messages-messages-property

Eugene Podkovka,

Thanks mate!

Show all comments