Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Tuesday, July 1, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
7/1/2025 5:34:33 PM
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!
Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (
For version 7.2 and higher only
). View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to SalesLogix Web Platform & Application Architect
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Dependency lookup
NagaratnaPandi
Posts: 111
Dependency lookup
Posted: 03 Nov 09 7:26 AM
I have created a new Quick form which contains both account and ticket lookup.
I want to display only the tickets of the selected account.
How can i do that.
I believe that we can achieve this by using seed property,seed value in lookup.
But i am not sure how to do this.
Please explain in detail.
[
Reply
][
Quote
]
mark
Posts: 70
Re: Dependency lookup
Posted: 09 Nov 09 3:37 AM
Hi,
Kindly use dot net reflector and see the business rule dll which they have used for populating contacts and contracts while selecting account in insert ticket screen or ticket detail screen. So, write similiar kind of business rule. You can also see the insertticket.ascx page code which will be in inetpub to learn how to call business rule by code.
Regards
Mark
[
Reply
][
Quote
]
Ryan Farley
Posts: 2265
Re: Dependency lookup
Posted: 10 Nov 09 9:22 AM
To limit the Ticket lookup to only select tickets from the selected account, set the SeedProperty and SeedValue properties on the Ticket lookup:
SeedProperty: Ticket.Account
SeedValue: To set this, go to the DataBindings for the control and bind the SeedValue property to the property containing the bound account (whatever property the account lookup is bound to)
Make sense?
-Ryan
[
Reply
][
Quote
]
NagaratnaPandi
Posts: 111
Re: Dependency lookup
Posted: 11 Nov 09 7:36 AM
Thanks.
I have set
SeedProperty: Ticket.Account
SeedValue: AccountID
But the ticket lookup showing all the tickets for all the accounts
[
Reply
][
Quote
]
Ryan Farley
Posts: 2265
Re: Dependency lookup
Posted: 11 Nov 09 12:04 PM
Quote:
Originally posted by NagaratnaPandi
Thanks.
I have set
SeedProperty: Ticket.Account
SeedValue: AccountID
But the ticket lookup showing all the tickets for all the accounts
First of all, did you bind the SeedValue, or just type in AccountID?
Second, you have the Account entity object for the SeedProperty, but an AccountID string for the SeedValue. They need to both be one or the other.
[
Reply
][
Quote
]
Page 1 of 1
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!
slxdeveloper.com is brought to you courtesy of
Ryan Farley
&
Customer FX Corporation
.
This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.
code of conduct
|
page cache (param): 7/1/2025 6:27:48 PM