Is it possible to send an email notification with the change log of client or provider instead of saving it in the database?
I have used a UD table as a change log for when people delete records in certain tables, I use Key1 for the table I am recording, and then record the details, the date & time and the logged in user. So if you did this, it would be fairly easy to send an email using the standard BPM tool for when there is a new row in the table.
1 Like
unless you want to save these changes some where like @AndyGHA said, then simply in your relevant BPM remove your change log widget, and add call BPM form, and cast whatever you want to capture into callcontextvariables then use them on send email.
1 Like