Hi! I've developed an application for Creatio, and now I want to publish it on the marketplace. However, it did not pass verification.
The problem is that it didn't install on a system using MS SQL, although I haven't used anything DB-specific. Maybe you encountered such errors from the logs?
Do you know how to restart the verification process?
We know that your package has already published. In case you will have questions regarding the publication of packages please feel free to contact our Marketplace team: marketplace@creatio.com
You need to use the "Activity" detail (on the "History" tab) of the record where the DCM is set. Or you can simply take a look at the Actions Dashboard and see if there is an "*" mark on the activity subject and that means that the activity is required.
Thank you for your answer, but the task is a bit more complicated.
My business task is to prevent the process (that can be started with the button on the page) from changing the stage if there is at least one required action at this stage.
It is something like if the user change the stage manually (in the base logic of DCM):
In order to get the information about the uncompleted activities please use the “GetRequiredUncompletedElements” method from the “Terrasoft.Core.DcmProcess” namespace. Please find more information about this method in the documentation by the link below: