6/29/2025 1:32:02 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!
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.
|
|
|
|
Dependency Lookup prefilter "Work Arround"
Posted: 19 Aug 10 4:17 PM
|
Seeking for a prefilter on the dependency lookup of 7.2, i found that this is a well known documented issue # 1-55660.
To make it clear, the control does not allow you to apply prefilters on dependency lookups. Don't know if 7.5 allows you to do it.
Ok, here are the steps for it: 1-Create a view in the database and call it AreaCategoryIssue2. Change the <select> and to the AreaCategoryIssueId put an extra " AS AREACATEGORYISSUE2ID", add any <Where> condition you want. I added the " Where Ticket = 'T' " condition. 2-In apparchitect, create a new entity and call it AREACATEGORYISSUE2, click next to the end and don't worry for the error. 3-Update the entity fields, and add all of the other fields on the AREACATEGORYISSUE2 view. 4-Take note of the original AreaCategoryIssue entity on the "system" node. Specifically the "Name" property. Be careful because the SLX Web is case sensitive with the Name and the Interface Name. 5-Delte the AreaCategoryIssue entity. 6-Change the "Name" property of the AREACATEGORYISSUE2 entity to the one you had in the original AreaCategoryIssue entity. 7-Re-Build - Re-Build Web - Deploy
Enjoy... |
|
|
|
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!
|
|
|
|
|
|
|
|