Jump to content

Going to different layout with data


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

Recommended Posts

Trying to make sure to put my questions in the right section. Sorry if I guessed wrong.

I fixed one problem by changing a layout to be based on a 'Jobs' table, to have it display correctly. Now, each line in that table (representing a unique record) has a button that I'd like to use to go to a detailed layout of the individual record from the 'Customer' table.

So, I guess I need to get the customer_ID value from the line item of the job displayed and when I switch over to the detailed Customer view use that value to see that specific customer.

If both layouts are associated with the same table, the button seems to work seamlessly, with the script doing not much more than "goto Layout (detail)"

But, since each layout is associated with a different table, it doesn't seem to want to automatically give me that exact Customer.

I'm sure there is a simple solution. Can someone explain what I am missing?

Link to comment
Share on other sites

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