Business requirements state that the form must always open in a grid view.
What should you modify to fulfill this requirement?
Form1 also has the following buttons located in the Action pane:
✑ one with the Name property set to CreateRecord, which creates new records in the data source,
✑ one with the Name property set to DeleteRecord, which deletes records in the data source, and
✑ one with the Name property set to RunMethod.
There is a Display Menu Item with the Name property set to OpenForm1, the ObjectType property set to Form, and the Object property set to Form1.
You need to create a privilege that allows roles containing the privilege to delete records on the form, but denies access to the RunMethod button.
You create a new privilege named NewPrivelege1, and you add OpenForm1 as an entry point to NewPrivilege1. You set the AccessLevel to Delete on the
OpenForm1 entry point.
Which value should you set on the NeededPermission property on the RunMethod button?
You have created a policy query named VendGroup100Policy and designed it so that the VendTable is the primary table. The users that will be affected by
VendGroupSecPolicy must be categorized into an existing security role named VendGroup100XDSRole.
You set the Query property on VendGroupSecPolicy to VendGroup100Policy and the Primary Table property to VendTable.
Which values should you set on the properties on VendGroupSecPolicy?
The business requirements state that there should be two views of detail data from a parent form.
The business logic of the child forms is similar, but they have slightly different logic for selecting detail data. You conclude that you can meet the requirements by using a single child form.
What should do on the child form to ensure the business requirements are fulfilled?
You add the menu item as an entry point to a new privilege and want to ensure that a role with the privilege can edit records without creating new records.
To achieve this goal, what is the minimum access level you should grant to the entry point?