Jump to content

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

Recommended Posts

  • Newbies
Posted

I have a portal within a form. I have a link in the portal to go to the related record. I use several tokens to pass to the related record and these are populated in the link

<A HREF="FMPro?-db=Timesheets&-lay=WebForm&-recid=[fmp-currentrecid]&-Token.2=[FMP-Field: Tasks::Project]&-Token.3=[FMP-Field: Tasks::Site]&-Token.4=[FMP-Field: Tasks::Assignee]&-Token.6=[FMP-Field: Tasks::Issue No]&-Token.7=[FMP-Field: Day]&-Token.8=[FMP-Field: Month]&-Token.9=[FMP-Field: Year]&-format=te_new_task3.htm&-view">

Some of these are related fields from the portal, and some of these are fields in the form (Day, Month, Year), but not in the portal. When the web page displays, it shows the form and the related records. If I choose the first record in the portal, I go to the related record and it passes all the values. If I choose any other record other than the first one, it only passes the related fields....does not pass the fields in the form i.e. the non-related fields outside the portal. Any help would be appreciated.

Posted

Maybe because it is only having a for-each record statement for each portal since you used the [portal] that makes each link for each entry in the portal. Since you do not have a for-each record before the [Portal], in the main database, it will only pass values from the first record. I'm not sure you can combine both the for-each statements for both the portal and the main database in the same form. Maybe someone else has some more info on this?

Justin Grewe

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