subject

Universal containers sales reps can modify fields on an opportunity until it is closed. only the sales operation team can modify the post closed follow-up dates and post closed follow-up comments fields.

a. use record types with field sets and restrict editing fields using field-level security.
b. use field-level security on page layouts to restrict editing fields.
c. use multiple record types, page layouts and profiles.
d. use field level security to mark fields as read only on the sales profile.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:10
Are special combinations of keys that tell a computer to perform a command. keypads multi-keys combinations shortcuts
Answers: 1
question
Computers and Technology, 24.06.2019 11:00
In three to five sentences, describe how you can organize written information logically and sequentially
Answers: 1
question
Computers and Technology, 24.06.2019 18:20
Acommon algorithm for converting a decimal number to binary is to repeatedly divide the decimal number by 2 and save the remainder. this division is continued until the result is zero. then, each of the remainders that have been saved are used to construct the binary number.write a recursive java method that implements this algorithm.it will accept a value of int and return a string with the appropriate binary character representation of the decimal number.my code: public class lab16{public string converttobinary(int input){int a; if(input > 0){a = input % 2; return (converttobinary(input / 2) + "" +a); } return ""; } }
Answers: 1
question
Computers and Technology, 24.06.2019 20:10
Approximately what portion of global employers tends to use social media websites to hire new employees?
Answers: 1
You know the right answer?
Universal containers sales reps can modify fields on an opportunity until it is closed. only the sal...
Questions
question
English, 22.09.2021 03:10
question
Mathematics, 22.09.2021 03:10
question
Mathematics, 22.09.2021 03:10
question
Mathematics, 22.09.2021 03:10
question
English, 22.09.2021 03:10
question
Chemistry, 22.09.2021 03:20
question
Mathematics, 22.09.2021 03:20