Skip to content

Is it possible to create 'Cases' from Sales Hub? #167

Answered by AleksandrRogov
igorlfs asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @igorlfs , I think the entity set name for Case table is incidents. Try that and let me know.

const case = {
  title: "test"
};

const result = await dynamicsWebApi.create({
  collection: 'incidents',
  data: case
});

Thank you!

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by igorlfs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants