Thanks Bob,
I have commented the message box in sales process. It works fine.
I have another question.
I am trying to create and complete an activity programmatically in salesprocess.
First, if an user is clicking on any step if there is no activity, I create one.
Application.BasicFunctions.CreateActivity "Phone Call", strContactId, strCurOppId, strRegardingInfo, "", "" Later when user clicks the same step, the activity window (complete activity window opens up)
Application.BasicFunctions.CreateCompletedActivity strType, strContactID, Application.BasicFunctions.CurrentOpportunityID, strDescription, strNotes, ""
user can add notes and says "OK". then this activity needs to be completed. but problem is, in complete activity window when I click "OK", It seems to hang saleslogix application. I tried Application.BasicFunctions.CompleteActivity strActivityId, but it does not show complete activity window. I want to be able to see the activity created programmatically. Do you have any ideas or pointers for this?
Thank you very much in advance!!
Regards, Rekha |