Question

Problem with Value in Custom Event


Userlevel 5
Badge +9

Hi everyone,

i Have this issue  and need some help, 

i was creating a new Custom Event, specifically Action  for send an Email and i try to filter with a Specify value for send the email:

NEW:COMPANY = 17

then when y verify the process in Background job shows me an error:

Someone knows how can i fix this  issue

thanks for the Help.

Regards 

 


3 replies

Userlevel 6
Badge +12

Not sure, but isn’t Company a string (text)? Can you make the 17 a ‘17’?

Not quite sure how all the type-checking works on that...

Joe Kaufman

Userlevel 3
Badge +8

I agree with sutekh137 - company is a string in business opportunity.  Can you make sure that in the event, you’re passing through COMPANY in the atrributes too?

Userlevel 7
Badge +19

The error is in a background job. Events does not automatically create background jobs so maybe you have another event action posting a background job to run this event action?

If so, you need to add the parameters you need in the arguments in the first event action:

 

Reply