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

How do I get the UIDs to show the related names?


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

Recommended Posts

I am able search a portal on Layout1 using an HTML option list which hides a unique identifier but shows a related value list as in the following code:

<SELECT NAME="Portal::Field" > <!-- On master database -->

<OPTION VALUE=""> - No Selection -

[FMP-InlineAction: -db=Related.fp5, -lay=Layout, -findall] <!-- Items in other DB -->

[FMP-Record] <option value="[FMP-Field:UniqueID]">[FMP-Field:TextName] [/FMP-Record]

[/FMP-InlineAction]

</SELECT>

This searches the unique ids entered into the portal correctly. Another DB keeps track of the joins.

I have the records formatted as URLs using currentrecid to take you to Layout1. How do I now show the entries in the portal as their related names instead of the ID.

Many thanks

Adam

Link to comment
Share on other sites

No. JobID (a field in the join database) is placed in the portal. This is formatted as a pop-up list using a value list from another database that shows the JobID and the JobName. After the selection the name isn't shown. Can you have multiple fields in the portal?

Adam

Link to comment
Share on other sites

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