I added a new StringEdit control --Sales Channel on SalesTable form. See following screenshot. When I right click on it then click View Detail. I got this error message : Unable to View details, no form exists for table 'SalesChannelTable'
One of the suggested solution is to change the SalesChannelTable property EDT Relation to Yes . I tried it. It didn't fix the problem instead of it changes the control from dropdown to text. Any idea how to fix it?
Here are the steps that I did to create this Sales Channel control on the SalesTable form:
1. Create a table SalesChannelTable in AOT with 2 fields (SalesChannelId, Name)
2. Add a Primary index on SaleChannelId
3.Create a new field SalesChannelId in SalesTable
4. Add a new relation in SalesTable (SalesTable.SalesChannelId=SalesChannelTable.salesChannelId)
5. drag the SalesChannelId from SalesTable > DataSource to the SalesTable form[TabPage:HeaderView ]>[TabPage:TabHeaderSetup]
I'm not sure what I have missed to cause 'Unable to View details, no form exists for table 'SalesChannelTable'.
Any help would appreciated. I have stuck on this one for couple of days.
Thanks
Anna
*This post is locked for comments