Skip to main content

24 docs tagged with "Knowledge base"

View all tags

Accessing Choice columns metadata

When custom forms include a choice column (previously known as an optionset or a picklist), access to the metadata is required to include all possible values as part of the markup, usually as a SELECT HTML tag.

Add Twig in header/footer

To inject dynamic data outside of the page content, you can use direct code in header.php or footer.php to render the dynamic content:

Custom entity binding

Entity binding provides quick and easy way to associate a page with a specific row in a Dataverse table. Row id can be passed as a parameter or an alternate key can be used out of the box. For example, if we define an alternate key called Account Number for an account table that uses accountnumber column then we can configure account page binding as following:

Editing user profile

Guide on enabling user profile editing in DataPress. Link WordPress users to Dataverse records using PHP filters for secure CRM data updates.

How to bind a user using WP API

Technical guide on user binding via WP API includes PUT/POST method definitions, request body structures for binding modes, and removal steps.

Manage users

How to manage WordPress users via REST API. This guide covers retrieving user metadata (like last login), advanced filtering with multiple conditions, sorting, and field selection using GET and POST methods.

Twig Page Rendering

Learn how to use Twig for rendering entire pages in DataPress, including different modes, advantages, and best practices to avoid common issues.

Using lookups in the free plugin version

In this example, we create a form based on an account table with a lookup field from the contact table. This allow users to choose an account and a corresponding contact. To filter contacts, you can update the fetchxml part based on your specific requirements:

WordPress Users Table

Learn how to use the WordPress Users virtual table in Dataverse for real-time synchronization. This guide covers CRUD operations, Power Automate triggers, and best practices for avoiding circular references.