Search
-
Thanks for a quick response by Jeff at Method, this has been resolved. To fix this: go into single user mode in QB, login as Admin, go to Edit > Preferences > Integrated Applications > Company Preferences. Edit each of the Method items in the Preferences list and select Admin as the automatic username in the login option. ...
-
What does the following Quickbooks sync error? This week I had to change to using another full rights user to login to Quickbooks on the MIE machine. I have rebooted a couple times. I did a rebuild at noon on 2/4/2015. How can I determine what permissions are missing? In QB, the new user login appears to have the ...
-
I created new decimal columns and made sure they were set for 2 decimal places, added these to my existing screen and set those to 2 decimals then it worked as expected.
No consultants were used or injured in the creation of this solution.
-
I've got the same issue. What was the resolution?
Being told you have to pay a consultant to deal with an obvious but in the screen handling of 2 decimal columns in a table, is... Insert your favorite colorful phrase there....
-
The typed out code is:
Imports System.Text.RegularExpressions
Private Sub OnBeforePrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs)
CType(sender, XRLabel).text = Regex.Replace(Regex.Replace(Regex.Replace(CType(sender, XRLabel).text, "<[^>]+?>", ""), "&nbsp;", " ...
-
Is there a way to do an HTML Sanitize function on Activity.Comments so in a report I just get the text without the HTML? We really need a way to report on text columns that have embedded html -- without the html in the pdf. PDF viewers handle the html as plain text and it looks awful. Help!!
I wrote ...
-
I figured it out. To use a YesNo (binary) column in the Advanced SQL Override, you can use:
(CASE WHEN IsClosedBySelfService = 1 THEN 'true text, ' ELSE 'false text' END)
Issue resolved.... Thanks.
-
In the Advanced SQL Override of AssignedTo field of the grid in CaseList, I need to add a line that indicates a message if IsClosedBySelfService = 'Yes'. I tried adding + CASE WHEN viewCases.IsClosedBySelfService = 'Yes' THEN '<br /><b>Self Closed</b>' ELSE '' END but that causes ...
-
How about viewCases to start please? I assume the view is dynamic as you add columns.
-
Where are all the views in Method documented? I could really use this documentation!!
Thanks!
|
|
|