Hi everyone, I’m trying to trigger a workflow whe...
# suitescript
m
Hi everyone, I’m trying to trigger a workflow when a Payment Event record is created. However, in the workflow setup, I couldn’t find Payment Event in the record type dropdown. Has anyone implemented this before? Is it possible, or do I need to use a script instead? Thanks in advance!
m
Are there any fields that get changed on the related transaction record on payment event creation? That might be a better bet. Otherwise you could search for new ones on a schedule. Just depends how quickly you need your event to occur. Edit: the latter via a scheduled script or map reduce obviously.