Create a custom field for the specified deal

Is it possible to create a custom field with a specific value for the specified deal via API. If yes, please describe the creation algorithm.

Hi @okrupnik13

Can you explain further? Are you trying to set a default value for a custom field? This is currently not possible. However, if you are trying to create a custom field and then setting its value, it should be alright.

The general approach is that you

  • Create the custom field once using addDealField
  • And then you update it for a particular deal with the specified value. Make sure you use the key of the custom field and not the actual custom field name.

thanks for the explanation