cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with EventFilter

Former Member
0 Kudos

Hi all

I´ve a problem with eventFilter on UDO: when i select a value from ChosseFromList Field... it have not return any value on this field

My eventFilter on oApplication is:

<?xml version="1.0" encoding="UTF-16"?>
<filter>   
 <events>
   <event type="1"> <forms>    <form form_id="CCM"></form>  </forms></event>
   <event type="27"><forms>   <form form_id="CCM"></form>  </forms></event>
  </events>
</filter>

NOTE:

1) If I´m not managed filter event the UDO work fine

2) Event 1 (Load) and 27(CFL) is necessary in my AddOn for Managed several process

3) I have other filter on oapplication for others forms (UDOs and System forms)

What I wrong?

thanks in advenced

Accepted Solutions (1)

Accepted Solutions (1)

AdKerremans
Active Contributor
0 Kudos

Hi Alejandro,

From your XML it looks like you're using the FORMUID and not the FORMTYPEEX if the form.

the filter works on the formTypeEx.

Regards

Ad

Answers (0)