Search
-
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 ...
-
Hi Grif,
We're currently looking into this issue, I'll post back here when I have some more information.
- Justin
-
Hi Marcelo,
You should be able to do this using some Actions for the Text Change event on your Teams dropdown.
From the screen designer, click Edit for the dropdown containing your Teams and Click Next to go to Step 2 of 6.
Select the Text Change event from the dropdown and select the Retrieve Value from Screen ...
|
|
|