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-04-2024 12:40 AM
We found the issue, it seems that a BR is running in the asmt_assessment_instance table which prevents the generation of an assessment instance. Inactivating this solved the issue. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 01:25 AM
I don't know what is use BR is running in the asmt_assessment_instance which you disabled, but make sure after deactivating it is not affecting other functionalities.
If needed, you can make a workaround to bypass this BR and to trigger the assessments.
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-04-2024 01:28 AM
That BR was custom and we verified that it was not affecting OOB functionality.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 01:36 AM
Glad to hear.