Answer:
Option B and Option D
are correct answers.
Explanation:
To view the invoice data on the related account records in sales force when invoices are stored in SAP we must:
- Create an External Object connected to an invoice table in SAP
OR
- Connect to an O-Data Publisher Service for SAP databases.
SAP can be defined as Systems, Applications and Products. SAP is basically a software which has a backbone of SAP ERP (most advance Enterprise Resource Planing). SAP software helps to manage many business areas by providing powerful tools that include financial and logistic areas.
<h2 /><h2>I hope it will help you!</h2>
Answer:
1 no. ans
none of above
this ans is not 100% correct but also it help may help you
Answer:
A server stores data for a client computer to access and use, and pretty self eplanitory for a client computer
Explanation:
Answer:
Second Generation: transistors
Third Generation: integrated circuits
First Generation: vacuum tubes
Explanation:
Generations of computers are categorized based on the technologies that were used in them.
Given innovations or technologies are:
<u>transistors
:</u>
Transistors were introduced in the second generation in place of vacuum tubes.
<u>integrated circuits
:</u>
Integrated circuits were introduced in the third generation. An IC consists of multiple transistors.
<u>vacuum tubes:</u>
The very first generation of computers used vacuum tubes to do the calculations. the only drawback was that the tubes used to heat up very soon.
Hence,
Second Generation: transistors
Third Generation: integrated circuits
First Generation: vacuum tubes
Answer:
Program Comments
Explanation:
program comments are explanations. They are not executable code and the can actually appear anywhere in your code. Their main function is code documentation for the future. In Java programming language for example three types of comments is used. These are
// Single line comments (This starts with two forward slashes
/* Multiple Line
comment
Style*/
The third is the javadoc that gives a description of a function. I looks like the multiple line but is has two asterics
/** This is javadoc
comment
style*/