WHEN SHOULD I BE USING A COMPONENT INTERFACE?
If you need to insert/update/delete data through PeopleCode, and your PeopleCode will require replicating a lot of existing business logic that already exists in a component then a component interface is the best approach. Once you learn how to use them, they will be the fastest and most robust solution for such cases. If you are performing simple changes, then using a CI becomes overkill as there is an overhead to using a CI on both the system and on development time. Similarly, large amounts of batch processing may be too much for a CI to handle or may be considerably slower using a CI.
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know are disconnected mobile applications supported in people tools 8.1x?
Why are my Findkeys missing certain fields?
Explain attributes of a component interface (ci) are?
Tell me what hyperlinks available in peoplebooks? Some options with different hyperlinks not available in peoplebooks, select the correct one?
How to do object security? How to connect report through process scheduler?
Why does my component interface not have a Create method?
What are the main attributes of a Component Interface?
Explain when a business requirement in fit/gap analysis does not meet by peoplesoft then?
My PeopleCode didn't copy any data to a collection. Why not?
Tell me can a people tools 8.4 and a people tools 8.1xapplication server run on the same machine?
Tell me what http servers and java servlet engine combinations are supported with peopletools 8.4?
WHEN SHOULD I BE USING A COMPONENT INTERFACE?