I work with Dynamics 365, which has integrated Portals and Project Service
I am working with Project Service, the entity msdyn_timeentry.
I try to make an insertion and editing from Portals in this Entity.
It returns an error indicating that I cannot submit the Form because I do not have the appropriate permissions.
Instead, I launch a Flow that carries an Action to Create Record in Time Entry, and makes it perfect, adds record.
From the Portals Administration:
-The permissions that my profile has are those indicated in Entity Permissions (added my Web Roles).
-The forms have Entity permissions enabled.
-Fill all the mandatory fields required by the entity.
-The type of Record Source is the id.
-The Form Edition is of type Edition.
-The Form Insert is of type Insert.
From Project Service I do not see any place where I can indicate what type of Action can be done to Entity msdyn_timeentry.
Does anyone know what could be failing?