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

Converting FM11 Filtered Portal to Found Set


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

Recommended Posts

Posted

Hi,

I was wondering if anyone had come up with an easy way to convert a filtered portal set in to an actual found set (short of doing a new find etc).

The fields I am filtering on are unstored-calculation fields and not really suitable for old-school relationship-based filtering.

Posted (edited)

In the portal filter build a $$var with the PK of the valid children.

The filter calc can be:

Let($$list = List( If( test; Child::PK);$$List);

test)

The you need a new field in the parent table, either global field set to $$list or an unstored calc field = $$list.

Make sure you clear $$list on RecordEntry.

Build a new relationship from the parent to the child and use a GTRR.

Edited by Guest
Posted

Hi,

I was wondering if anyone had come up with an easy way to convert a filtered portal set in to an actual found set (short of doing a new find etc).

The fields I am filtering on are unstored-calculation fields and not really suitable for old-school relationship-based filtering.

Just put a button in the portal to go to related records.

If the button is NOT in the portal, or a GTRR script is called while the portal is not the selected object, you would get the unfiltered record set.

This topic is 5141 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.