Re: Custom Object Trigger with Constraint Field Not Working

Sean_Hardaker
Level 3

Custom Object Trigger with Constraint Field Not Working

Hi

I have a Trigger in a Smart Campaign for a Custom Object which has a boolean constraint field which expects the value to be false:

"added to Platform Account with Onboarded = False"

When I import my data via a CSV file, I can see the row in the Custom Object but the Trigger does not get activated.

If I remove the constraint, the Trigger works.

What is happening?

Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Custom Object Trigger with Constraint Field Not Working

I don't believe you can add custom objects from a .csv file.  You must add them via API.  Unless something has changed that I was not aware of.  So you may not actually be updating the Custom Object with your import and that is why it is not working.

Sean_Hardaker
Level 3

Re: Custom Object Trigger with Constraint Field Not Working

you can import to a custom object from the lead database->new->import custom object data