D2 4.5.0020
Hi,
I'd like to fill a property like 'a_status='MY_DOC_HAS_CONTENT' when user creates a document (import file or template applied to the new document) that has content.
I've created an Autonaming config :
'a_status' filled with value 'MY_DOC_HAS_CONTENT'
I've tried following D2 Contexts but no one matches my newly created document :
- dm_document where r_content_size > 0
- dm_document where (i_contents_id is not nullid or i_contents_id <> '0000000000000000')
- dm_document where r_page_cnt > 0
- dm_document where a_content_type='pdf'
Actually, the document is created without content. the content is added after D2 configuration applies.
EMC Support says that :
"worked as per design as the document created contentless"
Isn't there really no way to achieve that ?
Thank you
Regards,
Roy