Change Custom Field Visibility In Add New Dialog

Hello All,

If I add a custom field via the API it automatically adds it to the “Add New Deal” Dialog, is there a way to change this setting via the API, either when adding or after?

Thanks
Kevin

If you add "add_visible_flag": false, to the body of the request, this should work for you (haven’t tested it though).

There’s no way to change the default of this though.

1 Like