
01-24-2012 08:23 AM
Using SLX 7.5.4, have built a datagrid showing 1:many data for a contact, added the button to the tab to launch the insert view built the page for the insert view...added the button to launch the insert view to the new tab but nothing happens...
Any ideas how I can resolve waht should be a simple task.
Thanks,
Derek
01-24-2012 09:20 AM
01-24-2012 10:04 AM
Derek:
From what I read, it seems as if you have the "Add" Button on the Tab, but it does not bring your Insert Dialog.
First of all: Did you set the Action of the Button to a "Dialog Action" and linked it to your Insert Dialog?
Second: Did you add your Insert Dialog to your Page and set it up as a Dialog?
In other words, when you open the Contact Details Page, you should have added 2 items there:
- The View with the DataGrid (setup to display as a Tab)
- The View for the Insert (setup to display as a Dialog)
01-24-2012 10:09 AM
01-24-2012 10:10 AM
01-24-2012 10:16 AM
I would go to the deployed site and look in the directory structure under SmartParts\Contacts and ensure that you have a ascx file for both your grid and insert. It is possible the insert is not deployed. If it is then I would load up the site in VS and debug it to see if any exceptions are being thrown that are causing the smart part to not load correctly. Generally these grid/edit screens are pretty simple in nature and should work as long as all the parts are aligned correctly.
01-24-2012 10:46 AM - last edited on 01-24-2012 10:47 AM
ok I deleted the page for the insert and recreated it, build platform and deploy.....the insert page now comes up from the tab. I enter 1 field of data on the page and click the Save button and I receive and error that the contactid cannot be null in this 1:many table (obviously). I would have thought the contactid would have been populated through the relationship?
Getting closer.....
01-24-2012 10:50 AM
01-24-2012 11:37 AM
01-24-2012 12:02 PM