Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, July 5, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Insert Opportunity Web 7.5.3
Paul
Posts: 2
 
Insert Opportunity Web 7.5.3Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 May 11 10:17 AM
fiogf49gjkf0d

Hi Everyone


I am changing the Insert opportunity form to include a Button which is visible if the Account in focus has a Parent Account linked to it.


When the button is pressed I would like the form to refresh with the Parent Account as its associated Account for the new opportunity.

Any help you can throw at this would be very much appreciated.


 

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Insert Opportunity Web 7.5.3Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 May 11 8:51 AM
fiogf49gjkf0d

Post to the web forum for faster answers (although most of the web gurus look here as well).


 


Have you taken a Web Dev course/purchased DevLogix?

[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Insert Opportunity Web 7.5.3Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 16 May 11 7:11 PM
fiogf49gjkf0d

First of all, enabling/disabling the button:


 


  On the Load event of the Form (or on a Load Action):


    MyButton.Enabled = oppty.Account.ParentId != null;   //Assuming that oppty is the name of an Object casted from BindingSource.Current


  Now, not sure what you want the button to do. If you want it to navigate to the Parent account you could do so. A Server side way to do this would be:


  On the Click event of the button:


  Response.Redirect("Account.aspx?entityid=" + oppty.Account.ParentId.ToString());  //Same assumption on the definition of oppty as above.


 

[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): 7/5/2025 9:18:24 AM