How Can We Help?
Problem:
From XMPro version 6.1 onwards, trying to save a Time Based Event Creation in XMManagement Console triggers this error:
ActivityA specific step in a process. It will be the user interface for that step (web form or a screen), for example, the Leave Application (screen interface or web form) will be the first Activity in the Leave Requisition process. The Leave Application Authorization will be the second step or Activity in the Leave Requisition process. One Process can have multiple activities. Event Event Configuration Save Failed.
Solution:
To correct, alter the store procedure fc_Library_EventManager_InsertEventConfiguration in your XMPro database. Change the EventDefinition input parameter as NVARCHAR instead of initial VARCHAR
@EventDefinition NVARCHAR(2000)
Comments are closed.