I have three custom entities; Project
, ProjectStageExternal
and ProjectStageInternal
,I have added a workflow which will create ProjectStageInternal
and ProjectStageExternal
records when admin creates a Project
record.
Now I have a security roll named customer
. Users having this roll only read the Project
and ProjectStageExternal
records.
The problem is workflow is not working when ownership is changed to users having customer
security roll. Its showing this following error: The selected user does not have sufficient privileges to be assigned records of this type.
what am I missing here?
Thanks.