11/22/2024 3:56:40 PM
|
|
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 building external web applications for SalesLogix. View the code of conduct for posting guidelines.
|
|
|
|
Create ID within ASP.net
Posted: 08 Aug 06 11:18 AM
|
fiogf49gjkf0d Hi,
does anyone knows how I can create an ID for a SalesLogix table with a webform? E.g. how can I call the slx_dbids function from a ASP.net webform?
Thanks for any hint! Thomas |
|
|
| |
|
Re: Create ID within ASP.net
Posted: 08 Aug 06 1:47 PM
|
fiogf49gjkf0d Hi Ryan,
thanks for your hints and the C# example.
You are right: " The magic is in the connection string."
And now I am happy
Best regards, Thomas |
|
|
|
Re: Create ID within ASP.net
Posted: 09 Aug 06 10:14 PM
|
fiogf49gjkf0d which table are you trying to generate the keys for ?
some slx tables needs to be handled separately.for example , if you want to create attachments in slx, then you should be passing in "FILEATTACH" instead of "Attachment" as the tablename....dont know why that is be done that way;but was informed by my bp that all ext apps needs to code in that way.
This is not the only table, there are some other tables too who ids are to be generated by using their aliases... |
|
|
| |
|
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!
|
|
|
|
|
|
|
|