So this is my first attempt at creating some webviews to serve as a method of interacting with the workflows. Some of my default values are not working as expected. I have a field of type LdapUser which I set to a default value which calls an action:
GetAction("com.vmware.library.ldap","getCurrentLdapUser").call()
This seems to work in the Weboperator webview but not in the custom webview. I'm sure I'm just missing something really simple. Maybe I need to add the action as an attribute of the webview or something along those lines?
Paul