-
Adam
I've already checked our tax rates and they are active at 20%.
I've updated my image above to highlight the problem - the tax total - it shows £10.26 , not £10.25
Clearly Method is rounding up when it shouldn't be - what's the solution here....
thanks
-
The following indicates which accounting application(s) the release note(s) apply to.
QBD = QuickBooks Desktop
QBO = QuickBooks Online
Contacts
Fixed (#4237) - when attempting to click on the More actions > Choose email template button, the template preference screen was not being loaded. This now points to the ...
-
That was what I was looking for!!! It did the trick!
-
When I am in Leads -> Contacts Tab -> Edit Contact the Edit Contact Screen is blank
-
Ok it looks my folks can in fact see the fields I have customized. All set and thank you!
-
that was exactly what I was looking for. I wasn't aware of that Advanced button up there. Thank you very much works just like I want it to now.
-
The Edit Customer screen should be the same for all users. What are the other users seeing?
- Adam
-
What I would do is click the advance button for the main screen. In the action set for "onClosePopUp", first use the "Get value from shared Result" to set a local action result to the value of the shared result. Then use the "Retrieve value from table" to get the value of the fields you need (using the ...
-
Hi keita,
Make sure that on your CRM_NewLead screen (or CRM_NewCustomer) you dragged your field from the Add Fields section and not the Add Objects section. The Add Fields section will link the field on the screen to the field in the Customer table. The Add Objects section will simply place a blank field on the ...
-
I can get the correct reocrd id into a shared value. The issue now is that when the pop up screen closes, the shared I need to get the data from the Ship To table in the Sales Order screen. How do I pass control back to the Sales Order screen from the pop-up screen to use the shared result and get the data to popluate the fields. ...