9/19/2026 9:05:53 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.
|
|
|
|
SalesLogix
Posted: 29 Mar 10 9:19 AM
|
Hello,
On one of the screens we need to add a filed at plan level- plan year end date and add validations to do something based on this field.
When I cheked the existing screens(& tables in the DB) that have similar functionality- I see that there is one more identity column(other then opportunityID) that gets populated when a new record is inserted.
My question- is it possible to add a new identity column to an existing table and populate it with CreateIDFor funtion- how does SLX DBProvider knows for which column ids should be created? Because I see the parameter that is passed is the table name and number of ids to be created- column name is not there. Is there any other functionality available to do this?
Any help would be greatly appreciated.
Thanks!!! |
|
|
|
Re: SalesLogix
Posted: 30 Mar 10 11:56 AM
|
you need to script additional ID fields populations.
SLX can/will autopopulate the Primary ID field of an SLX table for you, plus CreateDate/User, ModifyDate/User. |
|
|
|
Re: SalesLogix
Posted: 30 Mar 10 3:21 PM
|
Thanks RJ!
Appreciate your reply. |
|
|
|
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!
|
|
|
|
|
|
|
|