Discussions
Portlet Script Questions
Hello All,
I am working on my first protlet script and have some questions.
I am trying to create a simple search portlet that works very much like the Quick Search portlet only will contain 4 fields and a Search button. The portlet would accept one field value and search on that value. For example Customer ID, Contract Number, External ID or Sales Order Number. The portlet then searches for the type of record and value of the field containing data.
I have tried to create a form portlet, but can't seem to add anything except a Submit button that will call a URL. I need to add a button with code to perform the searches based on the field that contains the value. Is this possible with a form portlet? Should I be trying this with an HTML portlet instead? They seem a bit more flexible.