You searched for the word(s): %27
-
Gary
I'm not sure if this is your question but in order to get all the other info populated you would need an extra call. The flow might look like this.
Call Method to get the customer's record
Parse customer record in name:value pairs
Build up new estimate field and value arrays using customer info name:value ...
-
I apologize if I was unclear. The customer email address and phone numbers are showing up on the Estimate screen. The problem is that I can't get the estimate "report" to display those values for a printed estimate. I have added that field to the report in report designer, but it is not pulling the information and displaying it in ...
-
Hi Alison,
The estimate screen will automatically load the Customer record the way for instance the Edit Customer screen will. You need to add actions to retrieve the values from the Customer. If you edit and look at the customer:job dropdown, on step 2 you'll see a number of "Retrieve value from Table" actions. ...
-
Dave, thank you for your response. I am creating my Estimate records very much like that. The problem is, when you view the Estimate record in the MethodCRM UI, the only Estimate field that is filled in is the Customer field itself - "Amy Smith" in your example. All the other fields that were present in the Customer record - Billing ...
-
Ensure you're not currently editing any tables or screens. Once that's confirmed you should regenerate the tables associated with your report. To regenerate a table go to Customize > Tables/Fields > click on the table name, e.g. Activity, then click Finished Editing Fields. Rinse and repeat for the other tables, if ...
-
Woohooo, that's awesome! Glad to have helped Let us know if you require further assistance.
- Ashur
-
http://www.flickr.com/photos/46155768@N00/9034690009/
for some reason cant get picture to show on here so click above link
-
Hooray!!!! It worked! Thank you so much!
-
Moving this to the API forum.
- Ashur
-
Hi gbisaga,
Using MethodAPIFieldList or MethodAPIFieldListV2 will tell you the related tables for a field (if any). For example when I query for information from the estimate table...the information I recieve(note I'm only showing the part for the field customer) is
<Record> ...