I am using ADT plugin to generate document. But I have a problem. Whenever I am

I am using ADT plugin to generate document. But I have a problem. Whenever I am running the process instance , the document is created but the value is not coming in that placeholder. Below is the attached template. The xml is <project><name>This is a test</name><project>.

the output is Formatted Date:

«${doc.project.name}»

Does anyone have any idea?

adtDocxTemplateWithAttachements_new.docx

OriginalPostID-164976

OriginalPostID-164976

  Discussion posts and replies are publicly visible

Parents
  • The code specified in the SampleTestTemplateForADT is not correct.
    Code from SampleTestTemplateForADT : «$doc.employee.fname»
    Code from adtDocxTemplateWithAttachements_new: «${doc.project.name}»
    Follow the similar procedure for SampleTestTemplateForADT.
    Steps should include :
    1. Ctrl + F9
    2. Select Merge Field
    3. «${doc.project.name}»
    Please try once and let me know if you face any issue.
Reply
  • The code specified in the SampleTestTemplateForADT is not correct.
    Code from SampleTestTemplateForADT : «$doc.employee.fname»
    Code from adtDocxTemplateWithAttachements_new: «${doc.project.name}»
    Follow the similar procedure for SampleTestTemplateForADT.
    Steps should include :
    1. Ctrl + F9
    2. Select Merge Field
    3. «${doc.project.name}»
    Please try once and let me know if you face any issue.
Children
No Data