12

Page Scripting is a valuable feature for recording and automating user interactions in Business Central. Currently, Page Script definitions can only be managed manually through the user interface, while AL developers have no programmatic access to import or export the underlying YAML files.


It would be extremely useful to expose import and export functionality through AL code. This would allow developers to automate the management of Page Scripts and integrate them into development and deployment processes.


Requested capabilities:

  • Export the current page script to YAML through AL code.
  • Import a page script as YAML file through AL code.
  • Stream-based support using InStream and OutStream.
Category: Development
STATUS DETAILS
New