5/31/2025 4:25:18 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
|
|
|
| |
|
Re: Account Relationships - Recursive?
Posted: 22 Aug 06 4:27 AM
|
fiogf49gjkf0d Antony
Crystal has a recursive function for this - it actually has a relationship type report as one of the samples. Open that and just follow that sample. |
|
|
|
Re: Account Relationships - Recursive?
Posted: 24 Aug 06 6:17 PM
|
fiogf49gjkf0d Originally posted by Mike Spragg
Antony
Crystal has a recursive function for this - it actually has a relationship type report as one of the samples. Open that and just follow that sample. |
|
Thanks Mike, that looks pretty close to what I want. Anyone know how to filter it to a specific starting point, so that I can specify the top level and show everything from there down?
Antony |
|
|
|
Re: Account Relationships - Recursive?
Posted: 25 Aug 06 6:50 AM
|
fiogf49gjkf0d Antony, While you are on the topic. I'm not sure if you have ran into this yet.
Just a heads up, the default Hierarchy view in SalesLogix can hang if it creates a loop. I had a case where at some point a user linked an account as its own parent or back to the original parent at some point creating a loop and it crashed.
To correct the problem I added a function to store a list of accountid's as it was building the hierarchy view and it checks to see if the account is already in the list before it continues and warns the user and exits the function if a duplicate is found. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|