Jump to content

filtering from a portal row


aussie

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

Recommended Posts

i have created a portal of customer_contacts for a customer. the customer_contacts row displays name, phone and email.

i want to be able to click on the portal row and open the customer_contact form for the contact that has been clicked on.

any suggestions would be greatly appreciated.

Link to comment
Share on other sites

You can paste a clear button over the portal row (just a box with the line and fill set to clear) and attach a script to it. The script in your main file (attached to the button) will look like:

Allow User Abort (off)

Set Error Capture (on)

Go to Related Records(Your Relationship, Show only related records)

Perform Script(External, <script in your related file> )

The script in you related file might look like:

Allow User Abort (off)

Set Error Capture (on)

Go to Layout(<whichever layout you wish> )

Zoom (100%) <--- This stuff is just to make sure the layout appears the correct size, status are is shown or hidden, etc.

Toggle Status Area (hide)

Toggle Window (maximize)

-bd

Link to comment
Share on other sites

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