Hi,
what is type based objects(TBOs) and service based objects(SBOs)? Could someone tell briefly about it?
Regards,
Antony John
Hi John,
You can go through the discussion regarding TBO s and SBOs by clicking Here. Hope this will be helpful for you.
Vipin V.K
Your question has been moved to the Documentum Developer community where it has a better chance of being seen by people who can respond.
1. Type‑based Business Objects are used for modifying and extending the behavior of persistent repository object types, including core DFC types (such as documents and users) and other TBOs.
Simply TBO-s allow you to create custom functionality for your custom types, for example you can override default create document functionality provided by documentum and add your own custom functionality to it.
2. A service based object (SBO) is a type of module designed to enable developers to access Documentum functionality by writing small amounts of relevant code.
SBO-s allow you to create some kind of functionality for many documentum types at once by writing little code.
Documentum Inbox object is an SBO which retrieves items from a user’s inbox and performs operations like removing and forwarding items so on.
See DFC development guide for more instructions.
Hope that helps
Hi Imran,
your anwer is very helpful to me. And i will go through the DFC development guide.
Thanks,
John
You find some usefull stuff on BOF here.
http://donr7n.wordpress.com/category/bof/
a lot of these had made it into DFC manuals now but is still a good reference
the link point to "Page not found", do You have a newer link?
Thanks
Can You please give the kink to the new moved page?Thanks
Try this link for samples of SBO/TBO:
https://developer-content.emc.com/developer/componentexchange.htm
There is more stuff here TBOs – Part 0 | dm_misc: Miscellaneous Documentum Information
and here Checksum Aspect – Part 0 | dm_misc: Miscellaneous Documentum Information