Is it possible to create 'Cases' from Sales Hub? #167
-
Hello! Thanks for the library! Is it possible to create 'Cases' from Sales Hub? I've tried using the |
Beta Was this translation helpful? Give feedback.
Answered by
AleksandrRogov
Mar 11, 2024
Replies: 1 comment
-
Hi @igorlfs , I think the entity set name for Case table is const case = {
title: "test"
};
const result = await dynamicsWebApi.create({
collection: 'incidents',
data: case
}); Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igorlfs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @igorlfs , I think the entity set name for Case table is
incidents
. Try that and let me know.Thank you!