Refer to the exhibit. A Power Pages site has a web role called 'Partner' with permissions to read the Proposal table and read/write the Invoice table. A user assigned the Partner role attempts to create a new record in the Proposal table. What will happen?
Write permission is required to create records, and it is not granted.
Why this answer
Option B is correct because the Partner role only has Read permission on the Proposal table, so create (Write) is not allowed. Option A is wrong because the role exists. Option C is wrong because the write is not allowed on Proposal.
Option D is wrong because there is no global permission that would override this.