Minor changes are by default collapsed in the page history.
No changes
The page does not exist yet.
Failed to load changes
Version by on
Leave Collaboration
Are you sure you want to leave the realtime collaboration and continue editing alone? The changes you save while editing alone will lead to merge conflicts with the changes auto-saved by the realtime editing session.
Managing attachments in application interfaces
As an application developer, you can use Developer Studio to create application interfaces where end users can attach files. You can achieve this by defining an attachment pool in Developer Studio. An attachment pool contains attachment fields that enable users to store text, graphics, audio, or video with a request. The attachment data is then compressed and stored in the database with each request.
A form can have any number of attachment pools, and each attachment pool can have any number of attachment fields, subject to database limitations.
You set properties for the attachment pool and for its attachment fields in Developer Studio, including maximum size for each attachment field and permissions. View permission allows users in a group to view attachments. Change permission allows users in a group to add and remove attachments in an attachment pool.
Attachment pools do not have labels, but you can use trim text to label them on a form.
Web reports do not support attachment pools or attachment fields.