Hi everyone, Our SuiteCommerce website is integrat...
# suitecommerce
m
Hi everyone, Our SuiteCommerce website is integrated with a third-party payment tool, and I’d like to trigger a workflow whenever a Payment Event record is created. However, in the workflow setup, I couldn’t find Payment Event in the record type dropdown. Does anyone know how to achieve this? Thanks in advance!
c
I think that Payment Event records aren't available in standard workflows. You'll need to use a SuiteScript approach. Create a beforeSubmit or afterSubmit user event script on Payment Event records to trigger your workflow logic. Alternatively, you can use a scheduled script to watch for new Payment Event records.