
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 10:04 AM
Hi All,
I have made a dependency for change task state value to a custom field.
custom field - value Approve State - Value Closed Complete.
When I try to close a change task, after saving the state value is showing "3" instead of "Closed Complete"
Please suggest.
Thanks.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 11:00 AM
So you're saying in a new record or one that hasn't been saved, etc. it shows the state value correct? But upon saving...it changes to a number, specifically 3?
If so, then you need to check your Client Script for an onSubmit and see if something is writing that to the field or a business rule for that table that could be doing that.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 10:07 AM
I had this issue and it was due to a default setting for the "State" field on the Task table. If you need to keep the default setting, you can create a "Dictionary Override" that only applies to that specific table.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 10:55 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 11:00 AM
So you're saying in a new record or one that hasn't been saved, etc. it shows the state value correct? But upon saving...it changes to a number, specifically 3?
If so, then you need to check your Client Script for an onSubmit and see if something is writing that to the field or a business rule for that table that could be doing that.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-29-2019 11:59 AM
Hi Allen,
yes, You are correct.I have a client script to remove option closed complete which is over riding the dependency I created.
Thanks,
Karthik