cancel
Showing results for 
Search instead for 
Did you mean: 

Custom event to determine process schema

former_member131833
Participant
0 Kudos

Hi,

I have created a ZEvent which includes an expression to determine the process schema. The expression is of type constant where I have specified the process schema. But when I use this event in Process schma evaluation ID, it is giving a popup with 'An exception has occured' with many lines of same message in portal.

Can anyone help me on this?

Thanks,

Sivagami R

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member131833
Participant
0 Kudos

Hi,

This is occuring only for shopping cart.

Thanks,

Sivagami R

Former Member
0 Kudos

Hi ,

If you clear ev_data_missing after updating the schema name to EV_VALUE then change the code as shown below. let me know you are feedback..

CLEAR: ev_data_missing.

ev_value = 'SCHEMA NAME'.

Regards,

Saravanan.

former_member131833
Participant
0 Kudos

Hi,

The error was resolved by checking the correct business object type.

Thanks,

Sivagami R