It's all about the answers!

Ask a question

Precondition - Implied Attributes


vinitha dsouza (14719119) | asked Feb 07 '19, 4:35 a.m.
Dear Team,

What understood from Precondition:
- Checks done before Save.

Is Implied Attributes really Precondition?
when is this triggered actually?


Could you please help

Thanks

Accepted answer


permanent link
Ralph Schoon (63.1k33645) | answered Feb 07 '19, 5:58 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
edited Feb 08 '19, 2:45 a.m.

 You are correct about your doubt. Usually a precondition is called when the work item is saved.

  
However, there are some "Preconditons" that are actually "called" before the save (and during the save).

All the "Required Properties" are "called" by the work item UI when the UI opens the work item to be able to show the decorations. What happens is that the UI reads the precondition configuration and calculates the required attributes for the decoration. I would assume the UI does something similar with the Implied Attributes, reads the configuration information for the Implied Attributes and acts on it.

Other than the "Required Attributes" I would assume the Implied attributes precondition is not really called on save. It might be just a placeholder to allow the configuration and to provide the aspect editors. You would have to look into the RTC SDK to be sure.

vinitha dsouza selected this answer as the correct answer

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.