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
2 comments
15:40 Aug 28, 2019
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.
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
Show all comments