Answered
I'm trying to create two buttons (import and export) in Acrobat 9 which execute the menu items:
Forms -> Manage Form Data -> Import Data
and
Forms -> Manage Form Data -> Export Data
however its not an option w/ the "Execute a menu item" action.
What is the proper way to implement this feature..
Thanks
Create Action JavaScript
this.importAnFDF();
this.exportAsFDF();