Editable DATE parameter linked to PTC_WM_CREATED_ON
Hello everyone,
I am trying to create a DATE parameter for my startparts, which at the creation of a new part is linked to the parameter PTC_WM_WM_CREATED_ON by a relation, but which can be modified later, if necessary. This, avoiding that users have to modify or remove relations.
With these relations the DATA parameter is editable from the day after creation, but I would like to use something better:
IF PTC_WM_CREATED_ON == PTC_WM_MODIFIED_ON
DATE=PTC_WM_CREATED_ON
ENDIF
I don’t want to be forced to wait a day, but I don’t know if there is another way to do that, using only relations and existing parameters.
Any ideas?
Thank you
Marco
p.s.
I'm using CREO 8.0.9.0 and Windchill 12.0.2.10 and the date format in Windchill is set on dd-mm-yyyy (08-10-2024)




