How to get Effective date value at Introductory lifecycle phase of item?

Hello,

I have an item which has gone through revision in order “Introductory”,Rev A,Rev B.
There is one field on item as “Effective Date”, I want to get the “Effective Date” value of the item at Introductory Revision state through SDK.
Please let me know way of doing it.

Thanks,
Surya

Add Comment
1 Answer(s)

Hi Surya, 

You can set Item’s revision to Introductory [item.setRevision(“Introductory”)] and then get the attribute value you are looking for.
Effectivity Date on Item’s Page One is a read only field that actually gets set on the Affected Items tab of the ECO, so its value at Introductory revision of the Item will always be Null.

Regards,
Nimish

Agile User Answered on June 8, 2017.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.