subject
Computers and Technology, 16.04.2020 23:22 smartbd

Universal Containers wants to create a custom object to capture account survey data. Users must be able to select an account from the survey record. Users also need the ability to view related surveys on the account record. How should the system administrator meet these requirements? Choose 2 answers.
A. Create a lookup relationship on the survey object.
B. Add the account related list to the survey page layout
C. Add the survey related list to the account page layout
D. Create a lookup relationship field on the account object

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 17:00
Which process would best represent the opposite of exhausting air from a system?
Answers: 2
question
Computers and Technology, 24.06.2019 15:00
In excel, what happens to the cell contents when you click and drag a cell into multiple cells?
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, 25.06.2019 10:30
Tools used in a particular career depend on the tasks performed. true or false
Answers: 1
You know the right answer?
Universal Containers wants to create a custom object to capture account survey data. Users must be a...
Questions
question
Social Studies, 16.11.2019 23:31
question
Chemistry, 16.11.2019 23:31
question
Mathematics, 16.11.2019 23:31
Questions on the website: 13722367