Can't publish a new DocB from DocA's AfterPublish event
I have a document DocA that is created on user interaction.
DocA has a child document DocB that is created on the AfterPublish event for DocA.
My problem is that DocB doesn't get published, I've tried to catch the AfterSave event for DocA instead .. without luck.
What is the proper way of creating a child document during creation/publish using events?
Can't publish a new DocB from DocA's AfterPublish event
I have a document DocA that is created on user interaction.
DocA has a child document DocB that is created on the AfterPublish event for DocA.
My problem is that DocB doesn't get published, I've tried to catch the AfterSave event for DocA instead .. without luck.
What is the proper way of creating a child document during creation/publish using events?
This is how I try to do this:
/j
is working on a reply...