Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 2025 
 
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 ThreadView:  Search:  
 Author  Thread: Get current selected value from dependency loockup
Dipali
Posts: 1
 
Get current selected value from dependency loockupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Mar 12 7:17 AM
fiogf49gjkf0d

We have Dependency lookup for Area Category Issue.


Need to check the user's selection on change of this lookup and update another field on the Sales Logix form.


I tried to add new after change event to check the changed property value for area but i do not know how to access the current form object to update another control.


Second approach was to add On Change Code snippet action item below to get cureent value from form but it cannot cast the DependentLookupCollection. It always returns null.



public




 



static void

dplArea_OnChangeStep( ITicketDetails form, EventArgs args){



Sage.SalesLogix.Web.Controls.DependencyLookup.DependentLookupCollection ctrl = form.dplArea.DependentLookups as

Sage.SalesLogix.Web.Controls.DependencyLookup.DependentLookupCollection;



 








 



if (ctrl != null

) {form.txtCarrier.Text = ctrl.ToString();}}


[Reply][Quote]
Jose Urena
Posts: 92
 
Re: Get current selected value from dependency loockupYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 30 May 12 11:32 AM
fiogf49gjkf0d

Here is what i did to get the values:


http://www.slxdeveloper.com/forum.aspx?forumid=4002&postid=24406#24406

[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 | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/28/2025 12:37:32 AM