Computers and Technology
Computers and Technology, 09.11.2019 06:31, naruto63

Adeveloper working on a time management application wants to make total hours for each timecard available to application users. a timecard entry has a master-detail relationship to a timecard. which approach should the developer use to accomplish this declaratively?
(a) a roll-up summary field on the timecard object that calculates the total hours fromtimecard entries for that timecard
(b) a process builder process that updates a field on the timecard when a timecard entry iscreated
(c) an apex trigger that sues an aggregate query to calculate the hours for a given timecard andstores it in a custom field.
(d) a visualforce page that calculates the total number of hours for a timecard and displays it onthe page.

answer
Answers: 2

Other questions on the subject: Computers and Technology

image
Computers and Technology, 21.06.2019 23:10, Tatertotzzzz
Write a method that accepts a string object as an argument and returns the number of words it contains. for instance, if the argument is "four score and seven years ago", the method should return the number 6. demonstrate the method in a program that asks the user to input a string and then passes that string into the method, printing out whatever the method returns.
Answers: 3
image
Computers and Technology, 22.06.2019 23:30, keviongardner
The next button in the review section shows the next available comment. next slide with no comment. previous comment. edited comment.
Answers: 1
image
Computers and Technology, 23.06.2019 13:00, dimondqueen511
Which one of the following voltages should never be measured directly with a vom? a. 1200 v b. 500 v c. 800 v d. 100v
Answers: 2
image
Computers and Technology, 24.06.2019 09:50, trenrain
Create a string list. 2. use console. readline() to collect values of firstname, lastname, street, city, state, zip, save them to list. 3. write a simple linq statement, call method uppercasewords() to change first letter to uppercase. 4. create a foreach statment to display the information. public static string uppercasewords(string value) { char[] array = value. tochararray(); if (array. length > = 1) { if (char. islower(array[0])) { array[0] = char. toupper(array[0]); } } for (int i = 1; i < array. length; i++) { if (array[i - 1] == ' ') { if (char. islower(array[i])) { array[i] = char. toupper(array[i]); } } } return new string(array);
Answers: 3
Do you know the correct answer?
Adeveloper working on a time management application wants to make total hours for each timecard avai...

Questions in other subjects:

Konu
English, 11.10.2020 09:01