Project Status state field issue

Akshay37
Mega Guru

HI All,

 

 

I want a help regarding one issue how it is happening, State field of 'project_status' table is getting set to '(-5)' without a label. Please let me know if someone has encountered the same issue and cause of that.

 

Thanks,

Akshay

2 REPLIES 2

Rahul Prasad
Tera Contributor

You can write A business Rule to set this issue.

The Br should be on insert.
Set Table as : project_status
Set the condition if any specific required.
In Action select the filed and required priority.


  

Anurag Tripathi
Mega Patron
Mega Patron

I remember this from few years back. -5 referred to pending state, which was disabled on the choice table but new projects were creation with that value.

You can use Rahul's Suggestion and set the value that you want on insert of new projects.

-Anurag