Documentation for nowAttachmentHandler

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 06:57 AM
One thing that I find extremely frustrating with Helsinki release on upward is the severe lack of adequate documentation in the new docs.servicenow.com area. The old Wiki is far superior (granted it much more mature), but even then there's a lot of "secret / hidden" functionality that's not documented.
*rant over*
I'm looking for documentation on the nowAttachmentHandler method, used in widget client scripts and used as a parameter in the main function().
I know of the following, however only vaguely:
ng-click="attachmentHandler.viewAttachment($event, attachment)"
ng-click="attachmentHandler.downloadAttachment(attachment)"
ng-blur="attachmentHandler.updateAttachment($event, attachment)"
ng-click="attachmentHandler.editAttachment($event, attachment)"
ng-file-select="attachmentHandler.onFileSelect($files)"
ng-click="attachmentHandler.openSelector($event)"
But where's the in-depth documentation explaining all the methods/properties/functions for nowAttachmentHandler ??
If it's posted somewhere and I just haven't found it yet, I'll eat crow.
- 9,902 Views

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 07:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 07:22 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2017 07:22 AM
I am of not much use on the topic of Service portal but the rant is valid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2023 10:09 PM
Being new to this topic I have checked this documentation as well as tried using this Directory but till now not been able to apply it to my Use Case, my use case is to upload the file and read data from that file your help will be greatly appreciated. Thanks!!