1

Hi all, can you help with the following:

I have a pretty basic list of contact names (experts) including an extra field listing their expertise (keywords) on a form layout. Is there a way of doing a search where the list of names resulting from that search appears in a permanently positioned portal on that same form layout?

Secondly, let's say I see a list of 8 names that result from that search, I then want to peruse that list in the portal and have the ability to then click on one of the 8 names so I can see their entire record on that same form layout page.

I realise I can create a script where the resulting list can be viewed as a list or table in a different layout but I want the ability to not change from the original form layout if that is possible...

Any thoughts?

flag

1 Answer

1

You could use the CustomList Custom Function at http://www.briandunning.com/cf/868 to create a calculated field containing of all of the Primary Keys in the found set and then build a relation from from the new field.

This may become slow with very large found sets. If so, you could set calculated field to only calculate if the found set is of a reasonable Get ( FoundCount ).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.