i'm trying to assign a contact to a new item that is being created. but at item creation I get the error:
403
forbidden
The app with id 10923855 does not have the right view on profile with id 2609818
the code segment:
/* Text Field with external_id 'resposible' */
var _responsible = myNewItem.Field<ContactItemField>("responsible");
_responsible.ContactId = 2609818;
I've checked the app permissions and I cant see anything wrong. any help will be greatly appreciated. thanks!