Hotdocs Classic
I would like to change my interview questions based on the underlying document that is being assembled.
Is there way I can do:
"IF <name of current assembling document> = "LetterToAllParties"
// SHOW Variable A
END IF
I don't know what command to issue to do such a test, if this is even possible.
Thanks
Here is a suggestion for a workaround. If you know the document where variable A exists, then give that document a name in a multiple choice. Then, in your template use an "INCLUDE" statement for the document (template) and make the INCLUDE conditional with an if statement. Even if you can get the document name (I don't know if that is possible in HD Author) you would probably still use the above functionality except that your condition would depend on the name of the file rather than the name that you give it in your multiple choice.