-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HGI-5916 / Support for custom objects #101
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job @arilton , but I have some questions and things that I think you should take a look at. Please let me know once you finish your changes/replies 🙏
.vscode/.gitignore
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you didn't want to add this file
th.Property("updatedByUserId", th.IntegerType), | ||
th.Property("objectTypeId", th.StringType), | ||
th.Property("properties", th.ArrayType(th.ObjectType( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
showCurrencySymbol
(Boolean) is missing, hubspotDefined
(Boolean) is missing, createdAt
(DateTimeType) is missing, updatedAt
(DateTimeType) is missing, archivedAt
(DateTimeType) is missing, referencedObjectType
(String) is missing, calculationFormula
(String) is missing
Check the response here: https://api.hubapi.com/crm-object-schemas/v3/schemas
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done @arilton ! :)
No description provided.