1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - rwebb
2
Questions / Add page how to reference data that was added in a redirect
I have a contacts/add page which adds a contact with a specific account id.
What I would like is to customize this add page to redirect to the accounts/view page with that specific account id so the end redirect would be something like account/view?accountid=x where x is the account I added the contact to.
On the contacts add page how do I access the accountID in the data that I added for the record? Is there a variable that I can use in my redirect?
I hope this is clear enough.
Thanks,
Rich
3
Suggestions / Re: Redirect Target for the controller
4
Suggestions / Redirect Target for the controller
Rich
5
Questions / Re: Master Detail - View page with subpage list view - kinda working
6
Questions / Re: Master Detail - View page with subpage list view - kinda working
Rich
7
Questions / Re: Master Detail - View page with subpage list view - kinda working
8
Questions / Re: Master Detail - View page with subpage list view - kinda working
What I need to know is if there is any access to the master dataset from within the subpage/list . I want to make it so a click on the subpage "add contact" button links to the url: contacts/add?account=$data['id']; type of thing but I want the ID to be the Accounts ID not the Contacts ID.
Thanks.
Rich
9
Questions / Re: Master Detail - View page with subpage list view - kinda working
By the way I'm very impressed with the built-in functionality. Worst case scenario I could get the framework of my app built and then customize the code to make it do what I need.
Rich
10
Questions / Re: Master Detail - View page with subpage list view - kinda working
I don't want to do it the way it is shown in the video. I want to be able to add sub records from the view page of the master record. So if I'm viewing an account I will see a sub section at the bottom with all the contacts with an add contact button. I want it to add a contact to the currently viewed account. This is a very common scenario in CRM software.
Rich
11
Questions / Re: Master Detail - View page with subpage list view - kinda working
I have an accounts view (master) where it shows all the records for account then..
a list view for contacts that shows all the contacts that are related to the displayed account with an "add contact" button.
I want it so that when I click add contact it adds the contact to the displayed account. Does that make sense?
And is there a way to turn off these captcha's ? It takes me like 5 tries to post a message!
Rich
12
Questions / Re: Master Detail - View page with subpage list view - kinda working
@rwebb and bind the page id to the input of your choice.
Where do I find the page id binding? I looked at the property list to the right and it has filter by and filter value which is what I used to restrict the list grid view to only the contacts that are related to the displayed account.
I'll keep looking but let me know where to find the page id.
13
Questions / Master Detail - View page with subpage list view - kinda working
I have the master detail working by using a subpage on the accounts / view by using the filter list so the contacts list only shows the related contacts, but my question is this:
How do I make the "Add Contact" button pre-populate the account ID to match the current account record on the view page? So I want to add a contact for the current account.
Any ideas?
Rich
14
Questions / Re: On Trial - Like what I see so far but can't delete sections out of page designer
Rich
15
Questions / On Trial - Like what I see so far but can't delete sections out of page designer
I'm in a trial with the software currently and so far I really like what I see for the power of this rapid design app.
I'm having trouble deleting components from the page design view. It looks like any component that has a data component bound to it such as a listview won't allow deletion. I accidentally added a second listview to the page and I want to get rid of it but I am unable to. Only way I found was to create a new project which obviously isn't a solution.
I tried to upload a screenshot and it says that the upload directory is full and to notify the administrator... so you are notified
Rich