I want to create list of folders under primary folder without creating document.
Can anyone suggest how to create TBO in D2-4.6 ?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
From my experience, some of the D2 services may interfere with TBO. If you are not using any of D2 services (Autonaming, Autolinking, etc), then TBO should fire as designed.
Look at the DFC Development guide on how to create TBO. Then, all you need to do is execute createObject() with proper arguments.
Thank you Johnny
I'm looking for D2 Compatibility.
Is the TBO implementation same which works for Webtop earlier? or any frameworks (APIs) changed for D2-4.6 ?
Create a folder and attach it to a lifecycle and use a lifecycle method to create the additional folders.
Thank you