Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, June 29, 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: Create SalesOrder based on selection of past products (Web v7.5.3)
Kevin
Posts: 20
 
Create SalesOrder based on selection of past products (Web v7.5.3)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 31 Jan 11 8:09 AM
fiogf49gjkf0d

SLX Web v7.5.3 connected to MAS90/200 via DynaLink.



We have a data grid showing up with the past products that a customer has purchased.  Ideally, we'd like to have a checkbox column on the end of each row in the data grid, where the user could select specific rows and then click a button to generate a new SLX SalesOrder that automatically adds the selected items to the products section.


 


Questions / Issues I'm having:


1.  I cannot get a checkbox to show up on each row unless it is bound to a field


2.  I cannot get the checkbox to be editable in the datagrid (as you can in the LAN client)


 


Any suggestions on how this might be done most efficiently would be welcomed.

[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: Create SalesOrder based on selection of past products (Web v7.5.3)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Feb 11 9:46 AM
fiogf49gjkf0d

Assuming this is on a quickform? If so you have very little chance without a lot of hacking. Make it a custom smartpart then you can mess about with the datagrid (it is inherited from the standard .NET gridview after all). I have answered another thread on here similar to this before a year or so ago I think....have you searched the site?

[Reply][Quote]
RJ Samp
Posts: 973
Top 10 forum poster: 973 posts
 
Re: Create SalesOrder based on selection of past products (Web v7.5.3)Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Feb 11 1:48 PM
fiogf49gjkf0d

How about creating an SLX Boolean field in the table: CreateOnNewOrder_TF Char(1)


You can either show this data every time you open up the form.....or reset  the field to 'F'.


You don't really care about the data....but need some way for your code to walk the list of selected rows based on toggling the column check box object based on mouse clicks.....


Now you can select from OrderDetail where OpportunityID = '' or SalesOrderID = '' or AccountID = '' (maybe this is based on AccountProduct) and CreateOnNewOrder_TF= 'F' and then insert the new records......


Are you going to let them edit\change Quantity\Pricing, et al at the same time? Maybe you copy the order details and then delete the rows that aren't CreateOnNewOrder_TF = 'T' when they check out the 'shopping cart'....

[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/29/2025 4:59:58 AM