when i try to export the project using project configurator i am getting the following error i am using Mysql DB
You need to check the Workflow STL Support. I believe the field 14646 may be mentioned in some transition conditions/validators/post functions. Most likely, you had this field and then deleted it, and some references to it can still be found in workflows.
Delete all references to this field in the workflow and try exporting the project again.
Hope it helps.
Thank you for the response how to find exactly this custom filed in workflow and remove those fields. I am using MYSQL database from the backend with help of queries is it possible to find those missing fields and delete it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karthikeyan_Rajagopal, sorry, I'm not sure about updating the workflow in the database.
I would manually check each transition one by one. Also, you can try exporting the workflow as XML and search for the 14646 in the XML file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, I exported the xml file and searched for the 14646 i found this
now how to remove this in the workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Karthikeyan_Rajagopal, okay, perfect.
Then scroll up the XML file a little and you will see the name of the transition you need to edit (look for the tag action). Here's my example:
In my example, this is the transition In Progress, id 21.
---
To fix the workflow, go to Project settings > Workflows > edit the workflow and just delete the post function related to the field 14646.
Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.