I believe there should be some ftlibrarySqlWHere option or something similar, take a look at http://docs.farcrycms.org/display/FCDEV50/Library+Element to get an idea. I believe you can also use your own function, and check what parameters are available to you by dumping stObj... there was just a post about it a couple of days ago.
Tomek On Sun, May 24, 2009 at 9:52 AM, Marco van den Oever < [email protected]> wrote: > > Ok, so when you edit an "issue content type" you can select "support > articles" for that issue through the relational library button. > > You don't want to list all the created "support articles", but only a > specific pool that you choose to be available for the current edited > "issue content type". > > So you would have to edit the support articles content type so that it > can include a issue objectid. > > When you insert (or afterwards update) a support articles content type > you choose (through a relational array or uuid) which issue(s) belong > to it. > > Then you can filter based on the current issue objectid. > > On May 24, 1:31 pm, smika <[email protected]> wrote: > > Dear friends, > > > > we are trying to show pre-filtered data in library of related items > > for current item. > > For example, we have articles, which have field Issue, to notify the > > number of Issue to which it belongs. > > While adding to ctIssue ctArticles we need to show in library only > > articles that belongs to that Issue from the list of all Articles we > > have. In the other words we need to pre-filter library on clicking > > "Open Library" button so it will contain only limited number of > > articles which are chosen for the issue. > > How can we do this? > > > > Thanks, > > > > Mika > > > --~--~---------~--~----~------------~-------~--~----~ You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry -~----------~----~----~----~------~----~------~--~---
