READ Free Dumps For Microsoft- 70-488
Question ID 10356 | Customers report that upon creation of the Payment Confirmation document, they do not receive a confirmation message. You need to ensure that customers receive confirmation messages.What should you do? |
Option A | Ensure that the user has the correct permissions to start a workflow |
Option B | Ensure that the Payment Confirmation content type is deployed. |
Option C | Ensure that the user is assigned to the Wholesale role |
Option D | Ensure that a workflow is associated with the document content type. |
Correct Answer | D |
Question ID 10358 | You need to set the appropriate permission levels. A variable named customRole references Wholesale. Which code segment should you add at line UA09? |
Option A | customRole.BasePermissions = _permissions | SPBasePermissions.ViewFormPages; |
Option B | customRole .BasePermissions = _permissions | SPBasePermissions.ViewPages; |
Option C | customRole.BasePermissions = SPBasePermissions.EmptyMask SPBasePermissions.ViewPages; |
Option D | customRole.BasePermissions = SPBasePermissions.ViewPages; |
Correct Answer | B |