Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hello,
When you create a Date IBA or a Boolean IBA, you are forced to set a default value. And after, in the create wizard, you retrieve this default value. How can we leave it blank ?
It was said to me that is possible via OIR, but I don't know how.
Apparently, it is not possible to use an IBA in an OIR. You can do it only with hard types.
So my problem is still open.
I'd like to do the same thing but haven't had time to look into it. If you find something, please post the answer.
Hello Guyz,
The Date value can be made Empty by ,
1. Customise the Creation page(Part / Document).
2. use Java Scripts , document.mainform.XYZDate.value = "";
3. This results in providing blank date.
i have done this in my System.I am not aware of UI level modifications for this.
Sriram
I've found this preference: Default Value Display Mode = Do not display
in the preference manager, Attribute category.
The remaining problem is it is applied to all attributes...