Hello,
Trying to create a Note via the Python API with client_note = True so it shows up in the Client Review Site. Getting blocked every way I try it:
- Setting it at creation:
API create() Client Notes can not be created through the API - Updating it after creation:
API update() Note.client_note is editable on create only - Same error even when connecting via
sudo_as_loginas a real human user, not just the bare script - The checkbox is also non-editable manually in the UI once a Note already exists
Is there any supported way to do this outside of an actual client commenting through the Client Review portal, or is this intentionally locked down with no workaround?