Jump to content
Salesforce and other SMB Solutions are coming soon. ×

How to get a new record to display in a list


Greg O-H

Recommended Posts

Hi,

 

I am using 8.5 Advanced.

 

I have a list in a Table1 window (not a portal).

I open a new window using the same table.

I create a new record in that window.

I then want to close that window and see the new record in the original list.

 

In v5 I would create the new record in a different layout in the same window and the new record would appear in the list when I returned to the list layout.

 

I could do it with flags and another find - but that would be very messy and slow - I have over 30,000 records.

 

Is there a better simpler way - I have a feeling I am missing something?

 

Greg

Link to comment
Share on other sites

Hi Hunter,

 

It is an interface thing - the list window is maximized to the screen, the layout for data entry is about one quater the size.

 

I used to do it that way in older versions and resize the new record entry window, then resize back again, but it always looked clunky - IMHO, the new window approach is much, much better from a UI perspective.

 

From a programing point of view, using the same window is far easier.

 

Greg

 

Why open a new window, instead of navigating to the other layout and then returning to original layout, if that's the behavior you want?
Link to comment
Share on other sites

Button to close new window after record has been created:

 

Commit Records/Requests

Close Window [ current window ]

 

The Commit will make your other layout see the new record. Become close intimate friends with Commit Records/Requests ... you will need it frequently now that you are in 7/8.

Link to comment
Share on other sites

Hi LaRetta,

 

I am already doing this - but not getting the desired result smiley-frown

 

Further investigation is required, there is something wrong somewhere :confused:

 

Thanks for your help.

 

Commit Records/Requests

Close Window [ current window ]

Link to comment
Share on other sites

Hi,

 

Problem solved - weird but solved! Here is my script for saving the new record:

 

-----

Commit Records...

Go to Layout [OriginalList]

Perform Script [MaximizeHieght] //List layout is larger

Close Window [OriginalListWindow]

Set Window Title [OriginalListWindowTitle]

-----

 

Has some degree of 'klunk' but it does not 'flash' much and keeps the original found set with the new record added.

 

Thanks for you help

 

Greg

Link to comment
Share on other sites

This thread is quite old. Please start a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

Terms of Use