Hi all,
I have a view.In the view,when i open a document,a new form which has certain fields from the selected document mapped to it ,must open.Not the actual document in the view.
Any ideas???
Thanks in advance
Hi all,
I have a view.In the view,when i open a document,a new form which has certain fields from the selected document mapped to it ,must open.Not the actual document in the view.
Any ideas???
Thanks in advance
Subject: From a view,opening a different form within certain matched fields
use the form formula in the view design.
@If(fieldName1=“TEST”;“notesForm1”;“notesForm2”)