Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Moving blank portal record to top


This topic is 6856 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I'm sure this forum has touched this topic. How do you get the blank portal record to appear at the top of the portal rather than the bottom? Is it possible with FM6?

Posted

Not possible in any version. If you wish to simulate something like that, use a set of global fields that correspond to the fields in the portal, then use a button attached to a script to set a new related record with the contents of the globals.

Posted (edited)

You could also have a script create a new record. Use a global to temporarily hold the key. With an assending sort the blank record should appear at the top.

Set Field [ global ; primarykey ]

Go To Layout [ related ]

New Record Request

Set Field [ foreignkey ; global ]

Go To Layout [ back to where you started ]

David

Edited by Guest

This topic is 6856 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.