Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

fix: support custom object in dynamics #1093

Merged
merged 2 commits into from
Nov 16, 2023

Conversation

lucasmarshall
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jun 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Ignored Deployments
Name Status Preview Comments Updated (UTC)
management-ui ⬜️ Ignored (Inspect) Visit Preview Nov 15, 2023 10:31pm
supaglue-docs ⬜️ Ignored (Inspect) Visit Preview Nov 15, 2023 10:31pm

@lucasmarshall lucasmarshall merged commit d32077c into main Nov 16, 2023
11 checks passed
@lucasmarshall lucasmarshall deleted the lucas/dynamics-custom-objects branch November 16, 2023 01:16
@@ -71,7 +76,7 @@ class MsDynamics365Sales extends AbstractCrmRemoteClient {
'OData-MaxVersion': '4.0',
'OData-Version': '4.0',
'Content-Type': 'application/json',
Prefer: `odata.maxpagesize=${MAX_PAGE_SIZE}`,
Prefer: `odata.maxpagesize=${MAX_PAGE_SIZE},return=representation`,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this breaks existing common objects

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants