Jump to content

Can I reference, in a portal row, a file already stored in portal of a different record?


The Learner

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

Recommended Posts

Hello everyone,

I'm storing some videos in a portal in record A. If I'd like to have access to a video already stored in record A from another record, is there a way to reference that record A video in that other record portal. The idea is to avoid duplication and, at the same time, having a copy of the video in my solution, as opposed to storing it on my computer hard drive.

Thanks.

Link to comment
Share on other sites

What tables do you have? What table is record A? What is the table that the portal is based on? What is their relationship? You say the video is in record A? Is it or is it in the portal table?

Perhaps what you need is a join table. This is the typical structure used to resolve a many-to-many relationship. For example, 

Actor->Roles<-Movies. Roles is the join table. 

Link to comment
Share on other sites

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