I need Help making editable Appointments in CRM Mobile Express 3.0

Question I need Help making editable Appointments in CRM Mobile Express 3.0

  • Friday, April 11, 2008 11:41 AM
     
     

     

    Hi all,

     

    I've digging the source code of CRM 3.0 Mobile Express trying to make Appoitment Entity editable. I've been able to set opportunities, incidents, and accounts with edit/create mode but the MobileAplication always fails to show me the EntityForm in edit mode for Appointments.

     

    This is the message:

    Message: Exception of type 'System.Web.HttpUnhandledException' was thrown.
    Stack trace: at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.entityedit_aspx.ProcessRequest(HttpContext context) in c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\root\a39bb8a4\e95a0bd\App_Web_nphn1oqw.3.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

     

    And the link button ("edit") is calling this:

     

    javascript:WebForm_DoPostBackWithOptions(new WebForm_PostBackOptions("ctl00$PageContent$EditButton", "", false, "", "EntityEdit.aspx?entity=appointment&activityid={68906D11-B107-DD11-97EA-001A6412A181}", false, true))

     

    I don't see the process that follows the MasterPage. Any hint with someone that have digged into this?

     

    Thanks to all.

All Replies

  • Friday, April 11, 2008 1:07 PM
    Moderator
     
     

     

    I am afraid, edit in source code is not supported.

     

    REgards,

    Imran

     

  • Friday, April 11, 2008 1:56 PM
     
     

    But whats the dieference between editing phone call and appointments in the CRM Express source code? In my point of view It doesn't have sense. Wich is the cause that appointment look different that the others?(internally source code don't seem to differentiate the entities!)

     

    One thing is that is not implemented, but it can be done?

     

    Thanks anyway for sharing your thoughs, but I need someone with evidences and a bit of code.