Question

Nutshell custom fields access?

  • 28 October 2020
  • 2 replies
  • 160 views

Userlevel 1

I’m unable to see any of the custom fields that I have setup in Nutshell CRM. I’m trying to pull some of that info to populate a PandaDoc.

Are custom fields not supported? I can’t find any information on this anywhere.


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Userlevel 7
Badge +14

[ADVANCED] You’ll have to use the Nutshell API to edit custom fields: https://developers.nutshell.com/

 

Editing Custom Fields

Editing custom fields can be done by including a customFields dictionary in the changes array you pass to the edit* method.
To update or add a custom field, add an entry to customFields with the key set to the custom field's name and the value to the desired value.
To delete a custom field value, do the same, but set the value to null.

 

Userlevel 1

Thank you!