Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

By default, serve side call from client are ignored if the component or the parent form is not visible (anymore), such as, calling a server side function when switching to a new form, to do some cleanup. To still allow these calls,
you should add "allowaccess" : "visible" to the function definition in the spec file.

...