therron36 Posted January 10, 2006 Posted January 10, 2006 Hi I have a portal for a "Session Notes" table in a "Client Details" layout (based on a "Client Details" table). The portal displays multiple notes on each client record. The "Session Notes" table is related to the "Client Details" table by a "Client ID" field. What I want to do is print out all the session notes displayed in the portal for the current client record via a "Session Note" report. The report is launch by a button on the client layout. I'm guessing I'll need a script with go to layout "Session Note Report" and do a find using the current client ID, but I lack the knowledge to do this.
Wim Decorte Posted January 19, 2006 Posted January 19, 2006 The script would do this: - go to related records (through your clientID to notes relationship), show related records only, use layout (a new print layout based on the notes table). Possibly also use the new window feature so that the user can easily come back - print setup - print Your biggest friend here is the "Go To Related Records" script step.
Recommended Posts
This topic is 6884 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 accountSign in
Already have an account? Sign in here.
Sign In Now