6/18/2025 1:29:39 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 writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
|
|
|
|
form and datagrid issue 
Posted: 21 Apr 07 4:38 AM
|
fiogf49gjkf0d Dear all,
My name is vamsi. I am working on slx 7.0 from 4 months.
I need to have 4 columns in datagrid where first is of account name (filtered by type = ' prospect') and year follwed by x1,x2,x3,x4, columns which are boolean columns(check box has to come in data grid)
My requirement is of first column should be drop down where i need to get all the account names in that drop down list so if user select one account and in next column it is drop down user can select year and from third it is bool columns
For ex: for abott he can enter record for 2007 only once but he can enter record of abott for 2008. If he want to enter 2007 again it should get up dated (not get inserted again)
sample data is of :
account year x1 x2 x3 x4 Abott 2007 yes no yes no Abott 2008 Yes no Yes no Sage 2007 yes no yes no sage 2008 no no yes no
My doubts are
1. which form i has to take for implementing this (whether it is account/data form)? 2. under which table i nee d to create this new table in slx db manager ( i need to maintain this data new table)? 3. which relation i need to map with account table if i am creating this table uner account table (one to one/ many to many /r one to many ) 4. Can i have any article , how to use data gird for inserting a record? 5. How can i made a data grid editable so that i can allow a user to update a record directly in datagird?
with regards vamsi
|
|
|
|
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!
|
|
|
|
|
|
|
|