Trigger condition on csm_consumer table not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 05:32 AM
Hi SN Community,
I have an issue regarding trigger conditions not creating assessment instances. I have a requirement to trigger a survey whenever a consumer is created when they send an initial email to our instance mailbox. I am aware that the User Field only works for those fields referencing the sys_user table, hence that is why I put the referenced User field in the consumer record as the value. I tried testing the configuration with a record that fulfills the condition but it fails to create an assessment instance. Any thoughts? Thanks.
Regards,
Dale
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 08:36 AM
Hello @dalejaurigue11 ,
As I can see from screenshot, the repeat interval is empty, Just for the testing try to put atleast 1min time interval. And try triggering condition?
Also on a trigger condition, you will find a auto assessment business rule, So open the same BR and try adding gs.info() to make sure BR triggering.
Kindly mark the answer ✔️Correct or Helpful ✔️If it addresses your concern.
Regards,
Siddhesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 11:36 PM
Hi Siddesh,
Thank you for responding, I tried doing the steps you suggested and I had no luck. It seems that the BR is not getting triggered since the logs are not generated. Could this be a User field issue? I checked the user field and there is a referenced record.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2024 11:43 PM
I think the user field is correct, just make sure their is a user record present in the record were you trying to trigger.
And just for testing try removing all the condition and then again try to trigger
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 12:02 AM
Condition is mandatory I believe, I already tried setting it to Active=true still no luck. User record is present.