This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - How to show different form based on the state of the Item

fish - Tuesday, January 12, 2010 11:16 PM:

As we know,we can setup tow forms FormA and FormB for an ItemType.When we add an Item,system shows FormA.When we edit an Item,system shows FormB.But I want to make system shows different form based on the state of the Item.For example,when we view an Item,if the Item is in new state,system will show FormA,and if the Item is in released state,system will show FormB.Is there any way to implement this function?