September 13, 200421 yr Ok, I have a script that creates a new window and takes me to a layout with a portal on it. I want it to also create a new portal row. The portal is formatted to show 1 row at a time. When I go to this layout, how can I have the script create a new portal row so a new row is waiting for the user to enter in data? This seems like it should be simple but I can't find anything on it. Any help would be appreciated. Thanks! John
September 14, 200421 yr gotofield (in the portal) gotoportal row [last] Set fields with your info (just as you would create one manually this all assumes that alow create related records is turned on. Charles
September 14, 200421 yr Author Charles, I tried what you suggested, it just takes me to the last portal row that has information in it. It doesn't take me to a new record in the portal row. I did confirm that I set allow creation of related records to on. Any other ideas? I currently am only showing 1 portal row, do I need to have it set to a number higher to get to the new record in the portal? Thanks! John
September 16, 200421 yr Yes perhaps show more that one row, if thats is the problem and it workd but you can only show one row for your interface, then create an extra layout that is used to create the last row and then make the new row. Switch back when you are done. Charles
September 16, 200421 yr Hi, If only one row should show, then all you need is a related field with a relationship sorted so that the first related record would be the last. So the script would just create a new record in the related Table.
Create an account or sign in to comment