Modifying a document through JavaScript in Web Author
Posted: Fri Feb 10, 2023 1:28 pm
Regarding the option to customize Web Author with JavaScript, is it possible to do the following through a javascript configured with a custom framework?
- Detect if a doccument is new or existing
- If it's new, add the user and date details to the doc and save.
- If it's an existing doc that's modified, add the user and modified date.