Hello,
EspoCRM 5.6.2
I have create a Base type entity, and let access to entity for Portal User.
All work fine except : onSave, I have a bad 400 request, Espo.ERROR: (400) Not valid data. Field: 'assignedUser', type: required.; POST /api/v1/portal-access/5ce93e0f1953b2cfa/Doc
What I don't understand, assignedUser is readOnly on view detail. is this the logic ? or I need to disable assignedUser as required ?
In a past created entity type Person, the assignedUser is not required by default and portal user can create.
Regard
ps: is there a way for portal user have access to calendar ? I have this url http://dns/portal/#Calendar but in log :Espo.ERROR: (403) GET /api/v1/portal-access/5ce93e0f1953b2cfa/Activities?from=2019-05-19%2022:00&to=2019-05-26%2022:00&scopeList=Meeting%2CCall%2CTask
EspoCRM 5.6.2
I have create a Base type entity, and let access to entity for Portal User.
All work fine except : onSave, I have a bad 400 request, Espo.ERROR: (400) Not valid data. Field: 'assignedUser', type: required.; POST /api/v1/portal-access/5ce93e0f1953b2cfa/Doc
What I don't understand, assignedUser is readOnly on view detail. is this the logic ? or I need to disable assignedUser as required ?
In a past created entity type Person, the assignedUser is not required by default and portal user can create.
Regard
ps: is there a way for portal user have access to calendar ? I have this url http://dns/portal/#Calendar but in log :Espo.ERROR: (403) GET /api/v1/portal-access/5ce93e0f1953b2cfa/Activities?from=2019-05-19%2022:00&to=2019-05-26%2022:00&scopeList=Meeting%2CCall%2CTask
Comment