Project Status state field issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 01:45 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 02:37 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2023 02:45 AM
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.