Hi everyone,
I would like to make a simple web app that allows dctm users to login, fill a custom form (with dctm attributes) and then executes a query using the admin account based on these attributes.
What is the best approach? Create a new wdk based application and remove all unecessary components?
Make a custom JEE application and add the wdk login component?
Use a regular html form that calls a web service?
What would be recommended for a such a single purpose form?
Thank you for the suggestions