Hi designers,
documents are created with a form with a lot of fields for detailed info.
my view has a form formula to show the docs within a form with less fields (and some special status info agents, so I cannot use hide when formulas).
Now I am trying to create a view action (“show details”) to show the docs in the original form. I tried it with
@Command( [SwitchForm] ;originalformName);
@Command([OpenDocument])
- but with no result.
Or the other way:
@Command([OpenDocument]);
@Command( [SwitchForm] ;originalformName)
- no effect
The doc always shows with the form in the view’s form formula.
Is there any way to create such action? Or do I misuse the @Command( [SwitchForm] ?
Thanks for any help in advance!
Uwe