RTC Queries
============================
I would like to understand the below list
1. Parent / Child relationship in RTC ( unlike in CQ Reference_List)
2. RTC E-mail Reader ( Creating a new workitem via Email facility)
3. Do jo example
Can some help me to undstand and proceed further
Regards
mrpsinger
Accepted answer
one way you can try is create a validator as described in https://jazz.net/library/article/537 or https://jazz.net/wiki/bin/view/Main/AttributeCustomization#Validators . This would not impact the size of the attribute, but your regular expression would only allow the values you want. Please read the whole area of https://jazz.net/wiki/bin/view/Main/AttributeCustomization for additional useful information. You need to throw an error and also to configure the Precondition mentioned in the wiki to prevent from saving wrong values.
Also consider reading: https://jazz.net/library/article/565
Comments
Hi, Thank you very much Ralph. i wil definately i will go through those link and update you on the status. One more Query.. Can we add prefix to word for Workitem ID. Default it wil come number number example : Workitem is Parnet ID 5 instead of only 5 and itshoul display Parent5 : summary (of workitem) it will be easy to identify when we link parent and child by looking at this , if we have prefix with ID? is it possible? and thank you so much for your information and time
No. And I would want to question why you want to do that. It would confse me completely if the ID of the work item would change because someone changed the parent. What you could do using e followup action or some other mechanism would be to create a custom attribute that shows this information.
2 other answers
Comments
Hi Ralph Thank you for your quick response on this. Basically i would like on RTC is 1. How set Parent and Child relationship, so that i can create child workitem from Parnet 2. How to set attribute size as required? default is 250 bytes available, how to custom length of each attribute? Could please help me to understand
Regards, Prasanna
Hi mrp singer,
RTC provides several attribute types. You can not change the size. There are given sizes and I have seen a response on this forum, but I can't find it right now. I am puzzled about the 250 bytes. Which type do you refer to?
Comments
Hi Ralph I were referring string attribute type. similarly can we reset size of only 25chars? though we have select string and it will allow more than 25 chars and till 250 chars or if we exeeded it will throw message that having more than 250 bytes. pls reduce it. Basically i want have Project ID = 10 chars, other attribute xyz = 15chars how to change the size or length of each attribute hope you got me !
Regards mrp
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Jul 19 '12, 2:10 a.m.Please consider to split questions into related pieces. In addition, you should consider to make them more precise and provide more context about what the question really is. I can't see a question at all in 1. A parent child realtionship is pretty basic, what is the question? For 3, a Dojo example for what?