My Stuff
Comments
-
If PayPal integration is only avaiable for Web Store Orders, does that mean that PayPal is unavailable for a customer to pay an invoice with PayPal through the customer center? We have PayPal integration turned on, but there is no option for PayPal when a customer goes and tries to pay an invoiced item.
-
Yiggy, thank you for the reply. I think the alternative suggested gives me a better idea to complete what I'm trying to do. That would still allow the prompts, but would take care of the redirect promblem that I'm having. In response to your question about what the user is doing: Let's say we have a task or phone call.…
-
After modifying the JavaScript to include the document.location.search... suggestion, we still get the same errors. The detailed messages from FireFox 2 and IE 7 are below. The error from FireFox 2 is: Error: _funcname is not defined Source File:…
-
We've had a problem similar to this. We pull data from a customer record when we create our invoice. If you have accessed the customer record, and go to create an invoice, then back off and go back to the customer record, change a field (that will be called when the invoice is created), then go back to the invoice, we get…
-
I've had trouble getting drop-downs to work with the text. If you just put the internal ID number of the drop-down, see if that works. (For example, instead of "In Progress", try 2 or whatever that one is)
-
We go on a subscription basis, and we use the start and end dates on the customer record to know when to bill again. We then run a custom search against the customer-closed won's and it'll tell us when we have to bill everybody again (actually, the search is just part of a portlet, so it comes up when you login to show…
-
Here's a section of creating a custom record. I cut some out because it is pretty long. We assigned values with an array, so that's what all the values are. CustomRecord myCR = new CustomRecord(); RecordRef rr = new RecordRef(); rr.name = "Calendars"; //rr.typeSpecified = "true"; rr.internalId = "7"; myCR.recType = rr;…
-
Just found my answer, I believe. I think it has to do with setting 'bodyFieldsOnly' to false. Hopefully I'll get it to work right.
-
Note: This is the response from using the operation above using our case with NSID 1896 and a new note. The following case was updated successfully: key=1896 The following note was added successfully: key=69
-
This morning we solved our problem. It seems that the note is attached to an activity as part of the property rather than a record. Thanks.
-
Mark, We filed a case and it was assigned issue 107698, which says a fix has been released (the status changed on Friday 6/16). We've tried to connect again with the sample code but still haven't been able to get it to work, but it may be something on our end too since we are just starting to try WS. I also know that they…
-
We tried filing a case, but we never got a confirmation email for our case number (we checked all through the junk mail and all that), so we'll have to try it again and see if we can't get a case number to post.
-
Thank You. (Sorry, I just realized I could get the case from the Support Center. I'm still learning the system, as we have been on it less than 1 month)
-
Our problem was fixed in a support case issue. Just noticed that the thread had jumped back up.
-
Could somebody either post the code from the sample C# file or the file itself? We are looking at developing a WS tie-in so that we can access information from our application but it would be nice to have a nice big code example to look at. The file doesn't seem to be working as we've tried the last couple of days to…
-
We ran into this exact same thing. We couldn't figure out where these messages were coming from until we really analized the message, figured out it was one of the system e-mails that was being automatically sent upon case creation. We liked the notification, but we didn't them to see all the message history, so we just…
-
Like Dale said, you must use IE to have this function work. It took me a good amount of time before I found this in a PDF somewhere.