Hi Folks,
whenever I try to execute [Menu button] action, which should open a hyperlink, I get an error:
"Error in Menu button action Start Counterparty Card.
The INSERT statement conflicted with the FOREIGN KEY constraint "FK_WFElementDatails_WFD". The conflict occurred in database "BPS_Content", table "dbo.WFElements", column 'WFD_ID'.
The statement has been terminated."
I have exactly same button configured in other workflow in the same application and it works fine. It is irrelevant what hyperlink I try to open, I also tried to remove the button and action and configure new one from scratch - same story.
In the diagnostic mode I see only the same error message. Looks like an issue with foreign key in the DB, maybe someone encountered similar one?