Search
-
The linked field I created is called "ML_CrewLeader2" , when I use this field in my templates nothing shows, why?
-
The linked field works perfect
Thanks !!!
-
Marcelo,
This is how I set my Customer table up to work with this:
Add a New Field:
Field name: Team
Field Type: Dropdown
Click Add Field
Select Choose from an existing Table and click Next
Select the table: TeamMembers
Choose a text field containing the choices: TeamName
Click Finish
Add a New Field:
Field ...
-
Finally I made it work, I was putting the action result into a text box and not a field from the customer table.
So my only question is what happens when I change a team leader in one of my teams?
-
I gave up, not working properly
When I select the crew and save, it is fine but it saves the same crew leader for all customers
-
Never mind is working now.
But, what would happen if I make changes in my teams, for example one od the team has a new team leader , will the field be updated ?
-
Is not working for me, I think it may have to do with the way my teams are created
Can't make it work
-
Hi Marcelo,
You cannot make a portion of a Label bold while keeping the rest of the label non-bold, you can only set font attributes across the entire label.
- Justin
-
Private Sub OnBeforePrint(ByVal sender As Object, ByVal e As System.Drawing.Printing.PrintEventArgs)
Dim amount As String = Microsoft.VisualBasic.Format(((SUMTotalAmount.Summary.GetResult - 82)), "$0.00")
Dim renewalDate as String = RenewalDeadline.text
Dim Totalamount As String = ...
-
Hi Marcelo,
Yes, you can set the Cost for an item from within Method.
Hover over where it says CRM in the top-right corner of Method and select QuickBooks. From there, go to Lists > Items and click on Go To... for the item you want to edit the cost of. In the screen that pops up, enter the cost you would like in ...
|
|
|