Answer:
The correct answer is option (B) "{!$Setup.Url_Settings__C.URL__c}".
Explanation:
In computer programing using Visualforce, "$Setup" refers to a global merge field that gives the user access to hierarchical custom settings. In this case, the developer needs to retrieve the correct URL to access the current user's profile and display this on a Visualforce Page. "$Setup" will give the developer access to the hierarchical custom settings in Visualforce, and the command "Url_Settings__C.URL__c" will provide the root access to the current user's profile.
Answer:
The answer is D. Use multiple record types, page layouts, and profiles
Explanation:
Universal container sales reps can modify fields on an opportunity until it is closed. Only the sales operations team can modify the post close follow up date and post close followup comments fields. How to make this happen
A. Use field-level security on page layouts to restrict editing fields
B. Use field-level security to mark fields as read=only on the sales profile
C. use record types with field sets and restrict editing fields using field-level security
D. Use multiple record types, page layouts, and profiles
Answer:
Permanent storage, also called persistent storage, is any computer data storage device that retains its data when the device is unpowered. A common example of permanent storage is the computer's hard drive or SSD.
Explanation:
Answer:
Attached is a screenshot of my code for 'PasswordGenerator' and the tests necessary.
Explanation:
If you need any explanation, please ask!