For the current company I am working at, it is requested that users are allowed to create new items through templates. The same users that are allowed to create new items should not be allowed to modify already existing records. After creating a new permission set and applying this to a test user, I have found out that the modify permission on an item is required to create an item, but this also allows users with these permissions to modify already exisiting item records.
Is there a way to seperate the modify permission to the point that users can create new items but not modify already created items?
Would something along the lines of UsergroupX CanCreateItems(UserSecurityId: Guid): Boolean; resolve the modify currently existing item record issue, if the modify item permission would be excluded from the user group moving forward?
The version that is being used is BC 210.
With kind regards,