Found 372 results for "docs fields email"

The search executed in 0.001344687 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.901334

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.409869

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.409869

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.322178

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.3159127

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.3159127

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.8545303

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.4820337

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

Set up and test your email provider to send messages via Cloud CMS effortlessly. Learn configuration and API methods quickly.

Score: 4.4820337

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.320552

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.116139

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.116139

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.395397

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.31939

Gitana 4.0 / Forms / Fields / Time Field

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

Score: 3.065694

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.0282483

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.0270824

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

Enable secure username recovery in Cloud CMS with our guide on using the 'forgot username' flow, ensuring easy access for your app users.

Score: 3.0270824

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.026711

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

Learn how to start a workflow in any project with step-by-step instructions, example guide, and necessary information on approvers and task approvals.

Score: 2.9897475

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

Learn how to start a workflow in any project using simple steps. Open a document, select 'Workflows,' and click '+Start Workflow.'

Score: 2.9897475

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.8991742

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.867265

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.867265

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.8670943