RdbCommandText without parameters => actions don't allow parameter?
If my RdbCommandText contains no parameter, it isn't possible to have an action with a parameter?
I tried just to define a simple SELECT statement (without any parameters) and defining the Actions in the XML file or in the SharedServices ("Add Action"). Every time I defined an Action with a parameter the hover dropdown link displayed "No action". An action without any parameter works finely.
Where do I have to specify the parameters for the Actions?
I tried to add a parameter in the <Method> section but this failed with this error:
Exception handed to HandleRuntimeException.HandleException System.ArgumentException: Could not find exactly 1 Member with name 'Title' Parameter name: fieldName at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance.get_Item(String fieldName) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.GetFormatted(String fieldName) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.EntityAsDataRow(DataTable tableToAddRowTo, Boolean formattedFields) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.EntityAsFormattedDataRow(DataTable tableToAddRowTo) at Microsoft.Office.Server.ApplicationRegistry.Runtime.EntityDataTableAdapter.Populate(UInt32 offsetFromStart, Int32 rowCount) at ...
...Microsoft.Office.Server.ApplicationRegistry.Runtime.EntityDataTableAdapter.Initialize(IEntityInstanceEnumerator dataSource, UInt32 offsetFromStart, Int32 rowCount) at Microsoft.Office.Server.ApplicationRegistry.Runtime.EntityDataTableAdapter..ctor(IEntityInstanceEnumerator dataSource, Boolean createSerializedIdColumn) at Microsoft.SharePoint.Portal.WebControls.BdcDataSourceView.GetDataView(IEntityInstanceEnumerator entityInstanceDataReader) at Microsoft.SharePoint.Portal.WebControls.BdcDataSourceView.GetList(Entity entity) at Microsoft.SharePoint.Portal.WebControls.BdcDataSourceView.GetEntityInstances(Entity entity) at Microsoft.SharePoint.Portal.WebControls.BdcDataSourceView.ExecuteSelect(DataSourceSelectArguments args) at System.Web.UI.DataSourceView.Select(DataSo...
...urceSelectArguments arguments, DataSourceViewSelectCallback callback) at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigatorInternal() at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator() at Microsoft.SharePoint.WebControls.SingleDataSource.GetXPathNavigator(IDataSource datasource, Boolean originalData) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.GetXPathNavigator(String viewPath) at Microsoft.SharePoint.WebPartPages.DataFormWebPart.PrepareAndPerformTransform()
System.ArgumentException: Could not find exactly 1 Member with name 'Title' Parameter name: fieldName at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance.get_Item(String fieldName) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.GetFormatted(String fieldName) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.EntityAsDataRow(DataTable tableToAddRowTo, Boolean formattedFields) at Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance.EntityAsFormattedDataRow(DataTable tableToAddRowTo) at Microsoft.Office.Server.ApplicationRegistry.Runtime.EntityDataTableAdapter.Populate(UInt32 offsetFromStart, Int32 rowCount) at Microsoft.Office.Server.ApplicationRegistry.Runtime.Entity...
...DataTableAdapter.Initialize(IEntityInstanceEnumerator dataSource, UInt32 offsetFromStart, Int32 rowCount) at Microsoft.Office.Server.ApplicationRegistry.Runtime.EntityDataTableAdapter..ctor(IEntityInstanceEnumerator dat

