La fonction de suggestion automatique permet d'affiner rapidement votre recherche en suggérant des correspondances possibles au fur et à mesure de la frappe.
ERROR: stageId is a duplicate of a stageId in another pipeline
I'm getting a variation of the same message:
"status":"error"
"message":"There's another pipeline in this portal with one of the same stages"
My sales admin decided to change how the pipeline works and added new stages. Programmatically, it is easy to delete the whole pipeline and just rebuild it afresh an API call. Unfortunately, HubSpot is holding onto the ID values of the stages in the pipeline I just deleted and will not allow me to re-use those ID values in another pipeline. I can go ahead and come up with new ID values for the stages, but then I will need to update all the stage references in my API code. I would rather just be able to re-use the previous stage ID values.
I would like to be able to permanently delete a stage through the API. This would allow me to build a new stage that re-uses the deleted stage's ID value. If that is not possible, it would be nice if HubSpot could display which stages are unused and not yet permanently deleted. Perhaps HubSpot could then allow me to resurrect the ID values of the previously deleted stages for use in a new pipeline.
ERROR: stageId is a duplicate of a stageId in another pipeline
that makes sense. is that triggered by the DEAL STAGE NAME though, matching a string? seems like that is what’s going on here…
also, when i pull a list of all the deal stages, i don’t get the deleted ones with an isDeleted flag or anything.
now i have code that can add and also delete, and they don’t seem to be “sticking” anymore… so might be something with just that deal stage on this particular account.
ERROR: stageId is a duplicate of a stageId in another pipeline
I was able to get this to work, but only if I DO NOT set the stageId for the individual stages.
Perhaps this has something to do with deleting the Pipelines? Maybe when you delete a Pipeline, the stages remain and are somehow just “unattached” or something like that?
Not sure, but would certainly like to be able to set the stageId values…
ERROR: stageId is a duplicate of a stageId in another pipeline
@cre We usually don’t perform a hard delete for 30 days or so. The reason for this is in the case someone accidentally deletes a pipeline or a deal,contact,company etc… they can call in to support and we can “un-delete” the object. It happens often that someone will delete something in the system by mistake and needs the object to be revised.