Book a Demo

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paul Greefhorst

Pages: [1]
1
Simon,

Thanx for your reply. It indeed what I have been working on last weekend.
There is however a dis-advantage of using this event. I don't have the the 'oldvalue' to compare with, unless you are giving me a great hint on how to accomplisch this.
I need this oldvalue since a status change from 'approved' to 'to do' should make all related items suspicious, wile a status change from 'test' to 'approved' should not. This is why I was looking into the workflow functionaliteit.

Do you have a suggestion? Can I acces the audittrail to obtain old values?

2
Hi,

I Also feel the need to access the repository; in my case I'm trying to set up a system in which features will be satisfied bij (linked) requiremens, which on their turn will be satisfied bij one or more classes (or other c# artefacts).
What I wat to acomplisch is that when an object is changed, all realisation-links will become 'suspicious'. So if a requirement is changed, the link to the feaures it realizes and the link to the classes that implements that requirement will be marked as suspicious.
Next thing that should be done, will be to verify which of those suspicious related objects need to be changed and which won't be influenced bij the original change.

Right now I have added a datetime stamp as tagged value to those links and I can compare this to te modfied date of the source en destination. However, just replacing an object to another package will also trigger the modified date.

Another way to get this working would be to write a trigger that after an opdate of an object could update the relations.

3
Hi,

I'm facing the same question/problem. I managed to add 1 workflowsearch in this GetWorkflowSearches sub and it shows now in my Search combobox, but activating is results in an error.

So if anyone know how to explore this, please let me know.

Paul Greefhorst

4
I have found several post about modifying te code generatin template so it will list the requirements that are implemented by a class. I even managed to change the template and list the requirements in the class.

At first, I listed te reqs afters the class notes, but on synchronising it with the code, the requirements were added to the class notes, at at every synchronisation the notes were expanded with the req's.

I changed the place were the requirements are listed to the class declaration, like this (in C#):
  class MyClas
  //list of reqs
  {
   ....

The class notes are now treatedproperly, but at evere synchronisation the req-list is expanded.
Is there a way to update such a list without duplicating it?

Paul

Pages: [1]