If we can res-use the objects in siebel then what is the requirement to create new one. like if we can reuse a Business Component from sample then what is the need to create Business Component

Showing Answers 1 - 6 of 6 Answers

athatwal

  • Jun 11th, 2008
 

Hi,
U need not to create new objects until and unless you are able to achieve your requirements. But many times in real time business scenarios u will have to create new objects. Say for example, you have one Account Business Component. You have put lots of logic there including Config and Scripting.. Now This BC has become very heavy.. Some time you need to send the Account related information for an External Vendor, who has nothing to do with your business logic and the frequency if very much. U can use the same Account business Comp to retrieve the account info for the vendor but it might slow down the process........ In this scenario u need to create one more BC that is the copy of your Account BC but with less Config and Scripting so that data retrieval is fast.

The same way there are many scenarios where you need to create new objects.

- Arjun

  Was this answer useful?  Yes

athatwal

  • Jun 11th, 2008
 

Hi,
U need not to create new objects until and unless you are able to achieve your requirements. But many times in real time business scenarios u will have to create new objects. Say for example, you have one Account Business Component. You have put lots of logic there including Config and Scripting.. Now This BC has become very heavy.. Some time you need to send the Account related information for an External Vendor, who has nothing to do with your business logic and the frequency if very much. U can use the same Account business Comp to retrieve the account info for the vendor but it might slow down the process........ In this scenario u need to create one more BC that is the copy of your Account BC but with less Config and Scripting so that data retrieval is fast. The same way there are many scenarios where you need to create new objects.
- Arjun

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions