Book a Demo

Author Topic: Model View - Search Change Notify  (Read 4920 times)

Paul@IPA

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Model View - Search Change Notify
« on: February 07, 2018, 10:38:37 am »
HI
Had this request from one of our users

We have set of state transition diagrams to model the RIO Trade Mark Application lifecycle.  I’m working on building reports that are dependent on that lifecycle model  but the as the trademarks work in RIO is still in development the model may change which would mean I have to update the way I assemble the data for reporting.  It would be helpful if SparxEA could tell me if that lifecycle model changes. 

A Model View - Search - Notify New Results appears to fit the bill - but the user guide doesn't say what the notification is so I'm not sure if this is working.

Created the SQL search "ElementInPackage"
SELECT os.ea_guid AS CLASSGUID, os.Object_Type AS CLASSTYPE, os.Name AS ElementName FROM t_object as os
join t_package as ps on ps.Package_ID = os.Package_ID
where ps.Name LIKE '#WC#<Search Term>#WC#'
ORDER By os.Name

Created the Model View - Search


Saving that does produce the list of elements in the package


When I then go and modify a tag value the Model View - Search - list does change by adding the Stereotype into the listed element name


Is that the notify?
So what am I missing

Thanks

Paul
« Last Edit: February 07, 2018, 11:30:07 am by Paul@IPA »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Model View - Search Change Notify
« Reply #1 on: February 07, 2018, 11:42:57 am »
It shows as a popup. I'd recommend making the change then waiting 2 minutes without the model view open to see what happens.

Paul@IPA

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Model View - Search Change Notify
« Reply #2 on: February 08, 2018, 09:38:08 am »
Thanks for prompt response Simon
Making a change to an existing element by modifying a tagged value does not result in a pop-up
If you delete or add an element the pop-up does appear

So can this work for a change to the element - essentially if the modify date is changed?

Thanks
Paul
« Last Edit: February 08, 2018, 11:38:53 am by Paul@IPA »

Nizam

  • Prolab Moderator
  • EA User
  • *
  • Posts: 320
  • Karma: +15/-2
  • Model Sharing - Simplified
    • View Profile
    • Professional Model Collaboration
Re: Model View - Search Change Notify
« Reply #3 on: February 08, 2018, 04:57:28 pm »
Hi Paul,
These notifications work well in server based repository, i've seen some limitations in the EAP file in the past.

JM2C

Nizam