cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

blank dates or booleans during creation

HenriMarchal
1-Newbie

blank dates or booleans during creation

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.

4 REPLIES 4

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...

Top Tags