1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Alika [10]
4 years ago
6

In their legacy system. Universal Containers has a monthly accounts receivable report that compiles data from Accounts, Contacts

, Opportunities, Orders. and Order Line Items. What difficulty will an architect run into when implementing this in Salesforce?
Computers and Technology
1 answer:
pashok25 [27]4 years ago
8 0

Answer:

There are four options for this question, A is correct.

A. Salesforce allows up to four objects in a single report type.

B. Salesforce does not support orders or orders line items.

C. A report cannot contain data from accounts and contacts.

D. Custom report types cannot contain opportunity data.

Explanation:

The Salesforce doesn't permit adding more than four objects if the user tries to add more than this limit, the user will receive an error message, this would be the main problem for an architect run into when implementing this in Salesforce, some reports need more data and with this limit is hard to do the reports.

You might be interested in
How to get back administrators role form standard user role in window 7?
iris [78.8K]
You click the start thing all the way at the bottom on the left hand corner 
6 0
3 years ago
What displays the columns dialog box?
kkurt [141]

More Columns Command displays the Column Dialog Box.  Our column choices aren't limited only to the drop-down menu. Select More Columns at the bottom of the menu so as  to access the Columns dialog box.

3 0
3 years ago
terms found in provider documentation (e.g., difficult, extensive, or unusual) would support adding modifier to a cpt code.
Oksi-84 [34.3K]

The terms found in provider documentation (e.g., difficult, extensive, or unusual) would support adding modifier -22 to a cpt code.

<h3>What are cpt code?</h3>

Current Procedural Terminology (CPT) is known to be a kind of  a medical code set that is known to be used to report any form of medical, surgical, and diagnostic work and services to firms such as physicians, health insurance firms and accreditation firms.

Therefore, Note that the terms found in provider documentation (e.g., difficult, extensive, or unusual) would support adding modifier -22 to a cpt code.

Learn more about documentation from

brainly.com/question/968907

#SPJ1

Terms found in provider documentation (e.g., difficult, extensive, or unusual) would support adding modifier __________ to a CPT code.

3 0
2 years ago
A palindrome is a string of characters that is the same when reversed (e.g., ‘affa’). Single characters are palindromes. Suppose
Nina [5.8K]

Answer:

Check the explanation

Explanation:

a) This done can be executed through the use of brute force by the given algorithm: Consider any two indices i and j then we can check if string from s[i....j] is palindrome or not in O(L) where L is length of string.

Algorithm to check if string is palindrome :

Takes String s as argument and the two indices i,j between which the string is to be considered

bool palindromeCheck(s,i,j) :

        y = j

        for x in range(i,j) :

             if(s[x]==s[y]) :

                      y--

                      continue

            else :

                      return false

       return true

Now taking a look at the  part a) we will be calling the function to confirm and execute palindrome for all i<=j that is a total of points of the order of O(n^2) and the string checking will take O(n) in the worst case making it O(n^3).

b) To advance over we became aware of the fact that repeated calculation is being done i.e when we confirmed the string s[i...j] we also tested in between strings like s[i+1,j-1] etc in the same time. Consequently we used memorization to store the outcome that we calculate and reuse them we need them later.

We know that P[i][i] will always be one since a single character string will always be a palindrome.

Using this as our base case to check for P[i][j] we need to check if the ith and the jth character are equal and also if P[i+1][j-1] is true i.e is a palindrome.

We come up with the following recurrence

P[i][j] = 1 if i=j

P[i][j] = P[i+1][j-1] ; if i>=j and s[i]==s[j]

            0; otherwise

There are order of O(n^2) states and each one of the state necessitates only constant and regular time character checking for its evaluation and then assigning the value of 1, P[i+1][j-1],0 as a result of that which is again a constant time operation. Therefore all the P[][] matrix values can be found in O(n^2) time.

Pseudo code :

Let n be the length of the string

for x in range(1,n) :

        P[x][x]=1

for sz in range(2,n) : # Since we have already computed answer for string of size 1

        for x in range (1,n-sz+1):

                   y=x+sz - 1

                   if x == y :

                            if sz==2 :

                                      P[x][y] = 1

                            else :

                                      P[x][y] = P[x+1][y-1]

                  else :

                            P[x][y] = 0

From the implementation also it is clear that the running time of the algorithm is O(n^2).

5 0
3 years ago
Write a program that reads an integer between o and 1000 and adds all the digits in the integer. For example, if an integer is 9
ale4655 [162]

Answer:

Answered below

Explanation:

#Program is written in Python programming language

digit = 0

sum = 0

num = int(input("Enter a number between 0 and 1000: ")

#Check that number is within the valid range

if num > 0 and num <= 1000:

while num != 0:

#Isolate each digit

digit = num % 10

sum = sum + digit

#Remove isolated digit from number

num = num/10

else:

print("Number is not within valid range")

#print total sum of digits

print(sum)

6 0
3 years ago
Other questions:
  • A financial consulting firm recently recovered from some damaging incidents that were associated with malware installed via root
    6·1 answer
  • What is the full form of bcc please tell​
    15·2 answers
  • Give an example of an expression that has three terms. The first term should have two factors, the second term should have three
    14·1 answer
  • Explain how the operating system controls the software and hardware on the computer?
    5·1 answer
  • After execution of the following code, what will be the value of input_value if the value 0 is entered at the keyboard at run ti
    6·1 answer
  • Who is considered as the father of computer science?​
    11·1 answer
  • Please answer questions in complete sentences!
    14·1 answer
  • Which of the following does a code editor NOT provide?
    12·1 answer
  • Problem 8 - Recursive Divisible by 3 and 5 Complete the divBy3And5 function which accepts a list of integers. The function shoul
    13·1 answer
  • The difference between tool bar and status bar​
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!