CIM Task defaulting to pending state

VijayKummamuru
Tera Expert

When Opening the CIM Task [sn_cim_task] it is defaulting to Pending State(-5 backend value) sn_cim_task is inherited from task table . I need it to default to Open state(0) .

 

VijayKummamuru_0-1745389182451.png

 

VijayKummamuru_1-1745389210214.png

 

 

@itsm @sndev @itil @Dev 

1 ACCEPTED SOLUTION

Chaitanya ILCR
Kilo Patron

Hi @VijayKummamuru ,

 

the table sn_cim_task extends from the planned task table

ChaitanyaILCR_0-1745390363715.png

and there is a dictionary override on the planned task table with -5 (pending) as default value

ChaitanyaILCR_1-1745390405839.png

 

better create a new dictionary override on the sn_cim_task table with default value as Open(1)

change your application scope to continual improvement management(CIM) 

and create a new dictionary override with value as open(1)

ChaitanyaILCR_4-1745390618904.png

 

 

ChaitanyaILCR_2-1745390593862.png

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

 

 

View solution in original post

2 REPLIES 2

J Siva
Tera Sage

Hi @VijayKummamuru 

Check the dictionary entry override record for the State field. The default value might be overridden.

JSiva_0-1745389754123.png

Regards,
Siva

 

Chaitanya ILCR
Kilo Patron

Hi @VijayKummamuru ,

 

the table sn_cim_task extends from the planned task table

ChaitanyaILCR_0-1745390363715.png

and there is a dictionary override on the planned task table with -5 (pending) as default value

ChaitanyaILCR_1-1745390405839.png

 

better create a new dictionary override on the sn_cim_task table with default value as Open(1)

change your application scope to continual improvement management(CIM) 

and create a new dictionary override with value as open(1)

ChaitanyaILCR_4-1745390618904.png

 

 

ChaitanyaILCR_2-1745390593862.png

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya