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

Setting fields from portal records


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

Recommended Posts

Posted

Using FM 8

Is this possible:

I'm setting up layout and table,'Frontpage.' Here I have a portal from a table, 'Matchdates,' with fields: 'date,' and 'team.'

I want to make a button inside the portal row wich set the fields 'date,' and 'team, in the 'Frontpage' layout and table from the record/row of desire in the portal.

I have managed this through a self relation, and hoped it could work from another table.

Posted

Yes it's possible. You have essentially described how to do it: make a script with the "Set Field" steps and put the button in the portal.

Posted

If I am understanding you correctly, you want to set two fields ( date and team) in the parent table to the data in your related portal record with the row that you choose correct?

If so and your button is in the portal row, then you can just use a script tied to that button with a couple of set fields.

Set Field [date; Matchdates::date]

Set Field [team; Matchdates::team]

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