Hello Everyone, having an issue with the Project o...
# general
d
Hello Everyone, having an issue with the Project object. we want to have the record be inactive until approved, but we want to associate Project tasks, in order to do that we have a workflow making the record active and then running a Work Action Script. The Workflow action script keeps thinking the project is still inactive when it gets called from the next state. Anyone have any ideas?
a
CHeck when your workflow is making the record active and when the script is being triggered. If you are making it active before record load, it should work, otherwise, your script runs prior to the record becoming active. Check where your workflow action script is in the list of actions.
@Danny Fulton