Found 382 results for "docs fields email"

The search executed in 0.00152833 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.9068637

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

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

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

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

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

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

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

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

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

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

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

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

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

Gitana 4.0 / Forms / Fields / Time Field

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

Score: 3.0695791

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

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

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

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

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

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

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

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

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

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