How to Access the *NEW* Jive Developer Sandbox Step 1 - Register in AureaWorks Step 2 - Request Access to the Jive Developer Sandbox Step 3 - Log in to the Sandbox PLEASE NOTE: We are beginning to shut down the Jive Developer Sandbox site at the... Adding an HTML Tile to a Page Starting with the 2015.2 Jive Cloud release, you can create a tile using your own custom HTML — without even the need to create your own add-on. You add an HTML tile to a page the same way you add other tiles: b... Creating a Signed Add-on You can sign an add-on to give it unrestricted content rights to your community. You shouldn't need to do this for most add-ons, but some scenarios require this functionality. WARNING: This action gives unrestricted... External Storage Framework - Developer Resources OVERVIEW LEARN MORE TUTORIALS & EXAMPLES REFERENCES OVERVIEW External Storage Framework (ESF) is a powerful solution for connecting a Jive place to an external storage system. To the ... Using the V2 Jive Data Export Service (Analytics) NOTE: This is version 2 of the Analytics service. Anyone currently using Cloud Analytics can use this version. This version is also available for on-prem customers who have opted in to Cloud Analytics. For the previou... Creating Custom View Tiles With the Jive Cloud release (and version 8.0), you can build your own HTML view within a tile. This UI extension behaves like an app inside a tile — you can place it anywhere you can place a tile, but you can al... Understanding Records Retention The Records Retention plugin is an effective tool to track activity in your Jive community. Before using it, be sure you understand what it captures and where it sends this captured information. What is it? The Record... How to: Check if you are affected by the Apps Market EOL Community Managers Version Am I Affected? Impact What to Do Jive cloud 2016.x Possibly, to check: Navigate to {Your Community URL}/apps/market If you see the appsmarket working: Yes If you see an error page: N... V2 Data Export Service CSV Output Fields The Data Export Service provides endpoints to get activity written to a CSV file (e.g. GET /analytics/v2/export/activity/csv). The following list provides examples and descriptions of each field in the CSV file. ... Gauge Tile: Design and JSON Schema This document assumes you understand the basics about tiles. For an overview on tiles — what they are and how they work — refer to Tiles and Tile Styles. Overview In Jive 7, the gauge tile allows... Updating/Adding/Deleting Select Fields: JSON Patch Background The HTTP verb, Patch, allows you to perform select operations on one or many fields of an entity as outlined in your JSON payload of your request, without needing to update the entire entity. Jive currently... Easy setup of Jive-n 8 with Vagrant Scope: Ideal for developers to try out Jive 8 and replicate a setup across the team Don´t use that to install your production server Details: The vagrant will setup a CentOS 6.5 in a virtualbox image... App Action Contribution Reference When creating a Jive App, you may want to wire up some aspect of its functionality to an action from one of many locations within the Jive UI. This can be done using "app actions". With app actions, you can wire up yo... Data Export Service CSV Output Fields NOTE: This document is for Analytics V1. For information about Analytics V2, refer to V2 Data Export Service CSV Output Fields. The Data Export Service provides endpoints to get activity written to a CSV file.... Extended Properties What is it? Extended properties allows integration partners to store data within Jive instance. This data is stored in the form of key / value pair and associated with Jive objects. The data can be persisted / accesse... Getting Started with the Jive Node SDK The Jive Node SDK is a great way to quickly get started in order to create tiles, apps, cartridges, external storage frameworks, and other Jive add-ons. You can start out with some of the provided examples and then cr... Core DB SQL script listing all non-deleted documents containing uploaded files Perhaps this will help someone. /* lists the internalDocID (document number) for all documents containing uploaded files, excluding those that have been deleted JiveDocu... Getting Started > Creating a List Tile with the Jive Node SDK In this Getting Started tutorial, we will use the Jive Node SDK to create a simple list tile. A list tile is a Jive tile that can be used in a Place to display a list of information. The instructions below should t... REST API > Webhook Events (WIP) For more information about the REST API / Webhooks, please visit the REST & Webhooks - Developer Resources System Webhooks More details coming soon Verb Since Notes jive:user_account_created jive:u... Jive V3 Core API: Using /people Service for Authentication + Profile Information When Authenticating with the Jive Instance, you can do the following REST call: Prompt screen for: username password Construct a REST call to w/Basic Auth: BasicAuth: username/password Host: ...