Wednesday, 05 February 2018
In projects, sometimes you have to copy objects, such as Business Components, Applets, Views, among others, because there was the need to teach in an applet only the accounts that have been inactivated, for example.
When you need to change/add information to an object (in this case BC) and then replicate it to other BC’s, you do not have to do it again in all BCs. In Siebel there is the Compare Objects that will help us do it.
For this example, suppose we have the BC’s Account and Account Inactive.
The steps are as follows:
- Check out the object to which you want to add the information;
- Search by objects (Account and Account Inactive);
- Select the 2 BC’s and with the right mouse button select the option Compare Objects > Selected (You can also choose this option from the Tools > Compare Objects > Selected menu);
- A window opens (comparing objects) that on each side will show a BC (Account and Account Inactive);
- Expand the BC where we have the information we want to copy;
- Expand Field;
- Select the Field (or Fields) you want to copy to the other BC;
- Click the arrow pointing to the other BC. The fields are now seen in the other BC;
- Press the Close button;
- He copies this list. Compile and check in
