Jump to content

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

Recommended Posts

Posted

Hi

I've used the search but couldn't find a way to do this. I have a "company" database and "employees" database.

Now I have a page that has all the company info I need and below this a portal where all the related employees are listed (from the related "employee" database). I would like to open a new page with the employee info if I click the employee portal row. I haven't found a way to do this (to open the related record). Could someone tell me how this is done?

Thanks in advance !

Posted

One way to "open" a related record is to use a Calculated field (in the related database) which returns the RecordID of each record. This can be used in an anchor <a> tag to find the record in the related database.

If it is a Custom ValueList you may be able to call a Script to modify the ValueList. You would have to make sure that the chance of two or more users attempting to use this Script at the same time is very very low. Another way is to have the ValueList in a "standalone" database, the ValueList can then be created (and modified) in the page with an InlineAction.

Good Luck.

Garry

Posted

Thanks a lot!

Now I just need to find out how I can display the RecordID in FM used by the web companion. I have a recid field but I haven't figured out the calculation yet... I quess it's google.com time again...

EDIT: Found it... "Status(Currentrecordid)"

Thanks again for your time !

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