8/14/2025 5:26:28 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 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.
|
|
|
|
7.5 lookup question
Posted: 25 Sep 08 2:03 PM
|
I would like to make a lookup against teams - Midwest, northwest etc.. What table are these in? Can't seem to locate them.. |
|
|
|
Re: 7.5 lookup question
Posted: 25 Sep 08 6:08 PM
|
I've not tried this, but you should be able to create a Lookup on the Owner entity. Add a SeedProperty of "OwnerTypeChar" and SeedValue of "T". |
|
|
|
Re: 7.5 lookup question
Posted: 26 Sep 08 8:52 AM
|
The first question is what are you attempting to lookup: Accounts, Contacts, etc. Then, what attribute within that entity is related to "Teams". If it is the Account Owner, for example as per Ryan above, then its easy. If not, how are the Accounts, for example, grouped?
|
|
|
|
Re: 7.5 lookup question
Posted: 24 Oct 08 1:30 PM
|
Maybe I should start a new thread instead of hijacking this one but I'm looking at doing something similar.
I want to insert a lookup on the Account Detail screen that will allow the user to select a team (and only one team - no users, etc) to save for that value.
I went looking for this mythical 'SeedProperty' property and I'm not finding it. Should I not use a normal 'Lookup' control?
Edit: Doh! There it is - found SeedProperty - now to see if that'll work... |
|
|
|
Re: 7.5 lookup question
Posted: 27 Oct 08 3:31 PM
|
I got this to work, but it had nothing to do with SeedProperty. What is that attribute for, anyway?
All I did was create a lookup against the Owner object, and added a lookup preFilter. I made certain that OwnerTypeChar always equaled 'G' first, and it's working like a charm.
Is this not the preferred way? I'm not quite sure what SeedProperty or SeedValue is even for, to be honest....
|
|
|
|
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!
|
|
|
|
|
|
|
|