LOT-953 Free Dumps Study Materials
Question 28: Araceli is creating a profile document in the SalesOrder database to allow the sales managers to
control various application settings. Araceli has created the DB Profile form with the needed fields. How
can she create the profile document?
A. Create a view action button with the formula: @Command([EditProfileDocument]; "DB Profile"). Use a
hide formula to expose the button only to the sales managers.
B. Create a view action button with the formula: @Command([CreateProfileDocument]; "DB Profile"). Use
a hide formula to expose the button only to the sales managers.
C. From the Security tab of the Form properties, select the SalesManagers group under "Who can create
documents with this form". A sales manager will then use the Create menu to create the document.
D. Create a view with a selection formula of: SELECT Form = "DB Profile". From the Security tab of the
View properties, select the SalesManagers group under "Who may use this view". Create a view action
button with the formula: @Command([CreateProfileDocument]; "DB Profile").
Correct Answer: A