Book a Demo

Author Topic: Bookmark item unavailable from Model search view?  (Read 4926 times)

Mesple

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Bookmark item unavailable from Model search view?
« on: August 04, 2015, 05:26:45 pm »
Hi all,

I wrote a Model search sript (Javascript) for requesting the dependencies elements of the current selected element in the Project Browser.
The script runs well but the "bookmark item ..." function is unavailable on the results list in the Model Search View.

What kind of information do I need to add for each row to allow "bookmark item ..." ? I already added the element GUID.

Thanks

Olivier

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Bookmark item unavailable from Model search vi
« Reply #1 on: August 04, 2015, 05:42:00 pm »
t_object.tagged is either 1 or 0 depending on whether an element is bookmarked or not.

q.

Mesple

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Bookmark item unavailable from Model search vi
« Reply #2 on: August 04, 2015, 06:20:36 pm »
Thanks for your response, but the function "Bookmark item ..." is not available on the result. Even if I select one or several items in the result list, I can't change the bookmarks.

???

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Bookmark item unavailable from Model search vi
« Reply #3 on: August 04, 2015, 06:40:45 pm »
In that case you should send a feature request. But don't put much hope in it. Some years ago I started a discussion about bookmarking from the browser since the flag is actually element based. So why not show/mark from the browser too? The outcome?

q.
« Last Edit: August 04, 2015, 06:44:06 pm by qwerty »

Mesple

  • EA User
  • **
  • Posts: 30
  • Karma: +0/-0
    • View Profile
Re: Bookmark item unavailable from Model search vi
« Reply #4 on: August 04, 2015, 06:48:33 pm »
ok, thanks.

Best regards,
Olivier