3/23/2026 2:24:29 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 using the SalesLogix COM interfaces from external applications, such as SlxApplication, ClientObjix, etc. View the code of conduct for posting guidelines.
|
|
|
|
SLXApplication
Posted: 17 Sep 08 6:44 AM
|
Does anybody know how do create and display a note entry for the contact currently shown?
I've tried using the MainViews.AddEx but I don't think there is a view for this and there doesn;t seem to be a BasicFunction for this either!
Regards
Ben |
|
|
|
Re: SLXApplication
Posted: 17 Sep 08 7:51 AM
|
There are a lot of smarter developers on here than me that may know something I don't but I don't believe you'll find anything so 'in the box'. You'll have to create a new form and then add a toolbar button or some other trigger to open the notepad for the current contactid.
Unless you are doing that from a contact datagrid I'd suggest putting a LookupEdit box on the form for the contact instead. You can populate the AccountID and then set the lookup parameters around that so it only displays the contacts for that one account.
There are a few ways to do this depending on what your desired end result is. But they all require some basic custom code. Nothing too terrible though.  |
|
|
|
Re: SLXApplication
Posted: 18 Sep 08 3:45 AM
|
You will need the following functions:
Application.BasicFunctions.ShowHistory to display the history and Application.BasicFunctions.CreateCompletedActivity to create one. |
|
|
|
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!
|
|
|
|
|
|
|
|