Logged as
Logout
Login
Register now
Loading...
Setup Portal Connector
System Requirements
Windows Server
Azure Server
Installation
Installing Sitefinity
Installing Portal Connector via NuGet
Installing a Portal Connector Addon
Configuration
Upgrade
Upgrading to TPC 6.2 (NuGet)
Upgrading to TPC 6.1 (NuGet)
Upgrading to TPC 6.1
Upgrading to TPC 6.0 (NuGet)
Upgrading to TPC 6.0
Upgrading to TPC 5.3 (NuGet)
Upgrading to TPC 5.3
Upgrading to TPC 5.2 (NuGet)
Upgrading to TPC 5.2
Upgrading to TPC 5.1
Upgrading to TPC 5.0
Upgrading to TPC 4.3
Upgrading to TPC 4.2
Upgrading to TPC 4.1
Upgrading to TPC 3.3 or TPC 4.0
Upgrading Minor Revisions
Setup
Connecting to Dynamics CRM
Installing the Dynamics CRM Solution
Disable the Cache Invalidation Plugin
Enable the Advanced Cache Invalidation Plugin (Optional)
Synchronizing Dynamics CRM Metadata
Add Web Security - Trusted Sources
Deploy
Deployment and Lifecycle Management
Architecture
Optional Settings
Building a Portal Site
Presentation, Theming and Styling
Configuring Portal Page Templates
Synchronizing Entities to Build Forms
Login Page
Registration Page
Forgot Password Page
Portal Form
Adding a Portal Form to a Page
Adding a Grid to a Page
Site Permissions
Sitefinity Users vs. Portal Users
Building an Ecommerce Portal Site in 6.2+
Installation of TPC Ecommerce
Configure Sylogist Payment Provider
Configure Flat Rate Shipping and Pickup
Configure Flat Tax Provider
Building an Ecommerce Portal Site
Create Products, Price Lists and Price List Items
Configure Your Portal Site Store Settings
Configure Portal Connector Ecommerce Settings
Create the Product List Page
Create the Shopping Cart Page
Create the Checkout Page
Create the Shopping Cart Summary Page
Portal Connector Widgets
Form Widgets
MVC Based
Forms Based
Page Widgets
MVC Based
Forms Based
Client Side API
MVC Based
Forms Based
Portal Connector Addons
Installation
Migrations
Configuration
API
FormFlow
Configuration
FormFlow Navigation
Power BI
Installation
Configuration
Setup Power BI Web App
Setup Power BI Workspace Reports
Knowledge Base
Auditing
Configuration
Auditing Reports
Power Platform
Power Automate
How to's
General
MVC Based Widgets
Forms Based Widgets
Developing for Portal Connector
Integrating with 6.2 TPC Ecommerce
Integrating with TPC Ecommerce
Dynamics CRM Connection API
TPC Form Submission Events
TPC SharePoint Events
Sample Page Widget
Extending Portal Connector OAuth Registrations
Portal Connector Quick Start Guide
Release Notes
Version 6.2
Version 6.1
Version 6.0
Version 5.3
Version 5.2
Forums
General Discussions
Developing Portals
Bugs & Issues
Deployment
Feature Suggestions
Forums
Forums
/
Developing Portals
/
How to call fetchXML and convert data on client side to an Array
How to call fetchXML and convert data on client side to an Array
Cancel
The title field is required!
Feed for this thread
Thread is closed for posting
3 posts, 1 answered
Missing user
26 Oct 2016
Link to this post
I want to handle some data transformation and need result of a FetchXML into an array ? Any idea on how can this be achieved. I can also manipulate data if returned in Json or XML format !
Missing user
Answered
26 Oct 2016 in reply to
Missing user
Link to this post
Hi Sayyed,
Version 3.3 of The Portal Connector comes with a feature called Saved Queries. This feature is located under the "The Portal Connector" menu.
What this feature allows you to do is to configure a custom FetchXML query and it will generate a service URL to return the results in JSON. You can also configure this query to accept querystring parameters and it can be secured by role or user.
You can find more information here:
https://www.crmportalconnector.com/developer-network/documentation/howto/how-to/how-to-use-the-saved-queries-feature
Thanks,
Steve
Missing user
26 Oct 2016 in reply to
Missing user
Link to this post
That really looks cool as this should suffice our need. I am assuming there is no option in Version 3.2 !
3 posts, 1 answered
Close