Skip to main content

Export Template To WebDav

What it does

Exports a template, saves it to the record, and opens it via webdav.

First setup

Add an action button with the correct parameters

How to invoke

Call the page, e.g. via an action button

main?command=com.tsnocode.codeunit.common.SaveTemplateToWebDav&SagID=[SagID]&DataID=[DataID]&TemplateID=[TemplateID]&Filename=[Filename]&Field=[Field]

 

Options

  • SagID
  • DataID
  • TemplateID
  • Filename, Name of the generated file
  • Field, Field systemname to save the generated file to

Developer info

  • Type: CodeunitPagecontent
  • Security: session
  • Classpath: com.tsnocode.codeunit.common.SaveTemplateToWebDav