CRM

mahalakshmi5119
Member

What are the fieldTypes available for Calculation and Score

When i tried with contact properties API , I got some fields have fieldType as calculation_score  , calculation_equation and calculation_read_time. I want to know all fieldTypes of Calculation and Score fields .Let me know any document for this ?

 

Contact Properties API Response:

{
        "name": "hs_is_unworked",
        "label": "Contact unworked",
        "description": "Contact has not been assigned or has not been engaged after last owner assignment/re-assignment",
        "groupName": "contactinformation",
        "type": "bool",
        "fieldType": "calculation_equation",
        "createdUserId": null,
        "searchableInGlobalSearch": false,
        "referencedObjectType": null,
        "hasUniqueValue": false,
        "optionSortStrategy": null,
        "numberDisplayHint": null,
        "currencyPropertyName": null,
        "textDisplayHint": null,
        "optionsAreMutable": null,
        "isCustomizedDefault": false,
        "searchTextAnalysisMode": null,
        "updatedUserId": null,
        "hidden": false,
        "updatedAt": null,
        "options": [
            {
                "hidden": false,
                "label": "True",
                "description": null,
                "doubleData": null,
                "readOnly": null,
                "displayOrder": 0,
                "value": "true"
            },
            {
                "hidden": false,
                "label": "False",
                "description": null,
                "doubleData": null,
                "readOnly": null,
                "displayOrder": 1,
                "value": "false"
            }
        ],
        "createdAt": null,
        "deleted": null,
        "displayOrder": -1,
        "formField": false,
        "readOnlyValue": true,
        "readOnlyDefinition": true,
        "mutableDefinitionNotDeletable": false,
        "favorited": false,
        "favoritedOrder": -1,
        "calculated": false,
        "externalOptions": false,
        "displayMode": "current_value",
        "showCurrencySymbol": null,
        "hubspotDefined": true
    }

 

2 Replies 2
himanshurauthan
Thought Leader | Elite Partner
Thought Leader | Elite Partner

What are the fieldTypes available for Calculation and Score

Hello @mahalakshmi5119,

 

There are multiple types for the calculation and score fields, attaching a link from where you will get to know all the fields type,

 

https://knowledge.hubspot.com/contacts/property-field-types-in-hubspot

 

Hope this will help you

Digital Marketing & Inbound Expert In Growth Hacking Technology
0 Upvotes
tenzinc
Member

What are the fieldTypes available for Calculation and Score

This link you have shared does not mention any of those field types such as calculation_read_time 

 

Also the link on this page to field types is broken. 

 

Screenshot 2023-05-26 at 4.41.56 PM.png

 

I am looking for documentation on field types available for type: datetime. Can you please share the valid updated link? 

0 Upvotes