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 using the SalesLogix OLE DB Provider from external applications (including usage of built-in provider procedures). View the code of conduct for posting guidelines.
|
|
|
|
Creating an Activity on a Salesperson's Calendar
Posted: 15 Jun 06 9:15 AM
|
fiogf49gjkf0d Hi, I am fairly new to the SalesLogix OLEDB provider. I am trying to programatically create an activity that shows up on a salesperson's calendar. So far, I have inserted a record into the "ACTIVITY" table - this makes is so that the activity shows up under the "Activities" tab for the contact record. I have also inserted a record into the "USER_ACTIVITY" table, flaging the activity as being "Confirmed" for that user. I have the correct UserID, but the record is just not showing up on the user's calendar. Are there other tables that I need to be writting to to get this to happen?
Thank you, Scott |
|
|
| |
|
Re: Creating an Activity on a Salesperson's Calendar
Posted: 15 Jun 06 10:06 AM
|
otc albuterol substitute over the counter albuterol walgreens fiogf49gjkf0d After playing around with it some more, I realized the problem was due to the fact that the calendard was not refreshing when I browsed to it. I had to either close and re-open the application or select "Other User's Calendar" and then select my self. As I said, I'm new to SalesLogix thing and I guess I was just thrown off by the incosistency on how different sections of the application refresh.
I can still post my data if any one is interested.
Scott |
|
|
|
Re: Creating an Activity on a Salesperson's Calendar
Posted: 15 Jun 06 10:40 AM
|
fiogf49gjkf0d If the client is open when this code runs and inserts the activity, the activity will show on the activity tab, but to get it to show in the calendar you need to refresh the activity cache. This can happen by changing calendars around or reopening the client (as you've found), but you can also use the SLX Application object to do it programmatically.
Application.BasicFunctions.RefreshActivitiesCache
The RefreshActivitiesCache method will cause the activities list to reload for the calendar and activity views. |
|
|
| |
|
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!
|
|
|
|
|
|
|
|