Why is there no “Copy” Event Type for `After Recor...
# suiteflow
j
Why is there no “Copy” Event Type for
After Record Submit
? Am I missing something here?
what I need to achieve is that when a transaction is copied the child records (a custom record type) are also copied.
k
You'll probably have to do that via script
because it would involve creating a second copy of the custom record (I doubt you can have it attached to multiple parent records)
j
yeah I am doing it as a WF custom action script
it does a record.copy and changes parent
but it needs to get triggered by Copy event
k
Have a copy event set a custom field - and use create + the copy field to trigger it
j
Yeah, that’s the route I’m pursuing. Glad I’m on the right track. Thanks @KevinJ of Kansas
I just found it odd that Copy appears in that drop-down for Trigger On Entry but not on After Record Submit
k
well, it's no longer a copy event when you are submitting it. Just when you are copying the record itself to start creating a new one.