Found 376 results for "docs fields email"

The search executed in 0.001991803 seconds. That's fast.

Gitana 4.0 / Forms / Fields / Email Field

Learn about the email field properties, schema, and options for robust email input validation and customization.

Score: 5.915093

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.4253054

Gitana 4.0 / Developers / User Interface Customization / Contexts / documents-list-sort-fields

Optimize your document management with sortable fields like Title, Description, Date, Author, and Size. Customize your experience today!

Score: 5.4253054

Gitana 3.2 / Guide / Guide / Content Modeling / Relator Properties

Optimize your node relationships with Cloud CMS relator properties, auto-managing links between nodes for seamless content mapping.

Score: 5.338539

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / email-settings-subcontext

Manage your project email settings, access templates, and customize communication effortlessly with our intuitive configuration interface.

Score: 5.331282

Gitana 4.0 / Developers / User Interface Customization / Contexts / email-settings-subcontext

Manage your project email settings, access templates, and customize communication effortlessly with our intuitive configuration interface.

Score: 5.331282

How to get a content definition JSON from the Cloud CMS API?

There are a couple of ways to do this. The first is simply use the node GET call and pass in the qname like this: GET /repositories/{repositoryId}/branches/{branchId}/nodes/{qname} http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId This will give you back the JSON for the definition. Another way is to use this variation: GET /repositories/{repositoryId}/branches/{branchId}/definitions/{qname} http://api.cloudcms.com/docs#!/branch/get_repositories_rep

Score: 4.88715

Gitana 3.2 / Guide / Guide / Applications / Public Services / Setting up your Email Provider

Learn how to set up and test email providers for your app, configure settings, and use API methods effectively.

Score: 4.49831

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Setting up your Email Provider

Learn how to set up and test your email provider with API methods in Cloud CMS for seamless email dispatching within applications.

Score: 4.49831

How to limit the fields that come back in a query

Query API calls like http://api.cloudcms.com/docs#!/node/post_repositories_repositoryId_branches_branchId_nodes_query support a parameter named _fields which defines an object specifying the node properties you want to include in the result set for matching nodes. For example in the following query I want the title, subTitle and slug fields returned: { "_type":"my:article", "_fields":{ "title":1, "subTitle":1, "slug":1 } } The result set would look something like the

Score: 4.350509

Gitana 3.2 / Guide / Guide / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Enhance your approval workflow with customizable email templates to streamline communication and decision-making.

Score: 4.1319537

Gitana 4.0 / Content Engine / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Enhance your workflow with ad hoc approval and customizable email templates to efficiently manage document approvals.

Score: 4.1319537

Is there a programmatic way to add more content to workflows?

There is a programmatic way to add more content to workflows once they're in-flight. However, once the workflow is in-flight, the workflow process instance isn't the correct place to add things. Instead, you'd want to add new content to a workflow task. Essentially, a workflow is made up of a series of tasks. When the workflow transitions from one node to another in the workflow model, it instantiates a new task and the task holds the state (and references to documents) for that phase of the wor

Score: 3.4168804

Gitana 4.0 / Forms / Fields / Date Field

Enhance your date fields with Bootstrap Datetime Picker and Moment.js formatting for versatile and user-friendly data input.

Score: 3.344778

Gitana 4.0 / Forms / Fields / Time Field

Optimize time field inputs with Bootstrap DateTimePicker; format with Moment.js for flexibility and accuracy.

Score: 3.08787

Gitana 3.2 / Guide / Guide / Applications / Public Services / Forgot Username Flow

Enable secure username recovery in your app with Cloud CMS, utilizing email-based retrieval for a seamless user experience.

Score: 3.0512805

Gitana 4.0 / Content Engine / Platform / Applications / Public Services / Forgot Username Flow

Enable secure username recovery in your app with Cloud CMS, utilizing email-based retrieval for a seamless user experience.

Score: 3.0512805

Gitana 4.0 / Forms / Fields / Object Field

Comprehensive guide on using the 'object' field in schemas, with examples and customization options for properties, types, and styles.

Score: 3.0506434

How to Retrieve content by their document library path

You can retrieve content by their document library path using the CMS API using the Node API. For example, you can paginate through the children of a node using this call: http://api.cloudcms.com/docs#!/node/get_repositories_repositoryId_branches_branchId_nodes_nodeId_children GET /repositories/{repositoryId}/branches/{branchId}/nodes/{nodeId}/children?path={path} In this case, you would set "nodeId" to the value "root" to indicate the root node. And then use "path" to describe the offset. If yo

Score: 3.047677

Gitana 4.0 / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow on the platform with step-by-step instructions and examples for seamless integration and collaboration.

Score: 3.0361934

Gitana 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

Learn how to start a workflow with step-by-step instructions on accessing and completing the Start Workflow Form. Ideal for project collaboration.

Score: 3.0133657

Gitana 4.0 / Forms / Fields / Date Time Field

Advanced DateTime Field feature utilizing Bootstrap DateTime Picker for seamless date and time selection with customizable formats.

Score: 2.9202933

Gitana 3.2 / Guide / Guide / UI Developers Guide / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 2.8901796

Gitana 4.0 / Developers / User Interface Customization / Contexts / project-field-templates

Optimize your project management with versatile field templates: text, number, checkbox, dropdown, and more for efficient data organization.

Score: 2.8901796

Gitana 3.2 / Guide / Guide / Applications / Public Services / Reset Password Flow

Easily reset passwords for app users with Cloud CMS's secure flow using email or username recovery options.

Score: 2.8901157