skip to Main Content

Dynamic CRM 365 Display for WordPress – Shortcode

[ o365_crm_view ] Parameter Description Sample Required Bound to an attribute or template Attribute or Template Name viewname CRM display view name viewname=”All cases” X queryattribute Filter the result based on entity column name like emailaddress1 queryattribute=”emailaddress1″ X queryoperator, queryvalue…

Read More

Azure AD B2C User Authentication for WordPress – Shortcode

[o365_azuread_b2c_login_url login_text=”text Here” image_url=”image url”] login_text = Show login link text by which users can login using Azure account image_url = Show image for login link [ o365_azuread_b2c_logout_url logout_text=”text Here” show_welcome_text=”no” welcome_text=”Welcome”] logout_text = Show text for logout link show_welcome_text…

Read More

Person Plugin Documentation

SignIn into Graph Explorer to get Contact folder details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Get UserID https://graph.microsoft.com/v1.0/me/ Get Contact Folders based on UserID https://graph.microsoft.com/v1.0/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contactFolders Get Child Folders based on Folder ID https://graph.microsoft.com/v1.0/users/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/contactFolders/folderid/childFolders Get Group ID https://graph.microsoft.com/v1.0/groups/

Read More

SharePoint details

SignIn into Graph Explorer to get SharePoint details, here is the graph explorer URL: https://developer.microsoft.com/en-us/graph/graph-explorer Get all sites https://graph.microsoft.com/v1.0/sites?search=* Get ListID based on SiteId https://graph.microsoft.com/v1.0/sites/{site-id}/lists/ (Replace {site-id} with your desired site id that grabbed from above results) Get itemID based…

Read More
Back To Top