Revision history of "MoveFile"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 13:16, 22 July 2022Tvi talk contribs 2,553 bytes +1,241 Changed to multi-move version Tag: Visual edit
  • curprev 16:43, 15 December 2021Tvi talk contribs 1,312 bytes +1,312 Created page with "== What it does == Moves a file from one document-field to another, on the same entity. Works between document-fields with and without signing. == How to invoke == Add the following snippet to the entity scripts.<syntaxhighlight lang="javascript"> let moveFile = (id) => { const params = new URLSearchParams(window.location.search) $.ajax({ url: "main", method: "GET", data: { "command": "dk.tempusserva.codeunit.common.MoveFile", "SagID": params.get("SagID")..." Tag: Visual edit