Monday, September 22, 2014

How to set Date defualt time

This feature is not supported in Composer as it is designed in that way .Feature request CMPSR-3839 was created to request adding this feature for future releases of composer. It is supported from Data Dictionary perspective.

The steps mentioned on the Feature request are as following :


Below are the steps:
1. Create custom type (set dm_document as super type) in Composer.
2. Create custom_attr with type as time.
3. Set the default value for the attr created in step 2.
you will not be able to set the default value for time



 try the following DQL:

ALTER TYPE your_type MODIFY (your_attr (SET default=NULL))  


No comments:

Post a Comment