Disparition du bouton espace client sur le workflow 




récupéré l' ID_BO_Client dans information /assurés


select * from t_account where `ID_LOG_TECH` =(select ID_account from t_client_identity where `ID_TECH_IDTCLT`=<ID_BO_CLIENT>);



Vérifier que la colonne `LOGIN_INFOS_COMMUNICATION` est non null 


Passer cette valeur à Null


update t_account set `LOGIN_INFOS_COMMUNICATION` = null where `ID_LOG_TECH` ='<ID_LOG_TECH>';


Rechargé le dossier et constaté le retour du Bouton 



Ticket de référence : https://psi-brokerage.freshdesk.com/a/tickets/226652