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
In all of my documents I created a computation variable called "documentID". In your interview computation just use
SET documentID TO "xxx"
Let me know if I misunderstood the issue.