8/17/2025 9:26:50 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 the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
ScheduleCompleteActivity with v7.5 sp 1
Posted: 25 Feb 09 10:52 AM
|
We just installed service pack 1 and it changed how activities are completed. We created a custom page to set a value on a custom entity and then pass the accountid to the CompleteActivity page using the following code:
Response.Redirect("CompleteActivity.aspx?modeid=Insert&type=" + "atMeeting" + "&aid=" + ra.AccountId + "&cid=" + string.Empty + "&oid=" + string.Empty + "&tid=" + string.Empty + "&lid=" + string.Empty); This was working before sp1. Now when we use this there is no account selected on the screen. In sp1 the complete activity is a dialog and not a page. The code used to get this is: Link.ScheduleCompleteActivity(args);
When i try this i get the following error: Unable to cast object of type 'ASP.routssetvisited_aspx' to type 'Sage.Platform.Application.UI.Web.ApplicationPage'.
How should we call the complete activity?
|
|
|
|
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!
|
|
|
|
|
|
|
|