-
I'm not sure that the Accum B-Qty is being calculated correctly and here is an example to show why:
Create an item that is an hourly charge.
Create a time tracking entry for say 8 hrs.
Create an invoice for the 8 hours.
Add another time tracking entry for 4hrs.
Try to create an invoice.
Since the 4 hours to be invoiced is less than the 8 ...
-
-
It worked correctly when I just tried it. Thanks Dave.
-
Hi Dave,
I got the error with both MethodAPIUpdate and MethodAPIUpdateV2.
The error you are getting sounds like an issue I was having earlier http://www.methodintegration.com/cs/forums/t/3672.aspx
-
I am trying to update the TenantID field in the Users table. and keep getting the following error:
1 could not be found as a possible value to insert. Please check the spelling.
! is definately a value in the table, in fact it is the current value in the field. For testing pusposes I was trying to change the value from 1 to 1 and still got the ...
-
Hi Dave,
I am using the MethodAPSelectXML_V2.
The HttpUtility.HtmlDecode does shorten it up a bit, but not enough in all cases. One example I just tried was 9099 characters before decoding and 8739 after decoding. I customized the FieldService Work Order screen to display the RecurrenceInfo field and it is over 8000 characters there as well.
If ...
-
-
I am trying to use the API to make a copy of an activity. For some recurring records, the RecurrenceInfo field contains more than 8000 characters and I get an error when trying to insert the copy that there are too many characters to be inserted.
How can the field have more characters than are allowed in the first place?
What can I do to be able ...
-
I didn't see anywhere in CreateMethodUserV2 that would allow me to set which franchisee a new user is associated with. Am I just missing it? Or is it something that could be added?
-
Yup, it works now, and yes, I probably hit finished editing fields. I was wondering why the TenantID field wasn't showing up in there. It is showing up now.
Did you see my earlier post about the CreateMethodUserV2 call?
Thanks for getting the account straightened out.