I think I also have this issue. Error says "Publish the ... process before starting it".
What helps me is "Download packages to the file system". Seems like we have to "download" each time after saving BP but before publishing, otherwise publishing does nothing.
Yes, this is what I'm getting too, but on a package installed from a zip archive (moving application from dev to test) so I wouldn't have thought we should need to mess around in the config tools at all. Would be useful if someone knew why this happens.
Discovered the issue can be due to other Source Code schemas (C# server code) which fail to compile, which for some reason prevents the Business Process from compiling when it's publishing - I found this by checking the 'Build' log file which can point you to the Source Code schema(s) and the lines causing problems. Would be nice if Creatio told us why the BP publish was failing!
We were trying to filter out the account classification. However, we were not able to add the field account classification which is present in the account section to filters. is there a way to add them into the filter so that it can be searched quickly?
This field that you are trying to add to the filtration is a detail and detail values cannot be read using 1 level filter. To achieve your task you need to build a complex filter using Academy article here.