Method Community

As of January 2026, our team is now on Reddit. Have CRM, workflow, or automation questions? Join the community at r/MethodCRM.

 

Search

You searched for the word(s): tables
Page 2 of 132 (1317 items) < Previous 1 2 3 4 5 Next > ... Last »
  • Re: Join 2 Tables in MethodVBA for Excel

     Josh - Easiest thing would be to first add linked fields in PurchaseOrderLine table under Customize > Tables.  Since there is already a join from PurchaseOrderLine to PurchaseOrder, you can display linked fields on the PurchaseOrderLine table from the PurchaseOrder table. Then in the API, you can just pull from the ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 04-06-2011
  • Re: Joining multiple tables and Filter by dates

     Hello Kandy, To link 2 tables you can use linked fields. Please refer to the following post to learn more about linked fields and how to use them: http://www.methodintegration.com/cs/forums/p/381/1191.aspx#1191 For the 2nd part of your question on how to add a date filter to a report, you can do this in the 'Generate Report' ...
    Posted to Method:Classic General Q&A (Forum) by Anonymous on 08-13-2010
  • Re: Creating a relationship between items in different tables

    Hi there.  Val and Kris won't be in the office until Monday, so perhaps I can help. From what I understand, you have a child table (we'll call "InvoiceOtherDetail") and a parent table (Invoice).  What you want to do is put a grid on the screen for this child table so that when you are creating an invoice you can also ...
    Posted to Method:Classic General Q&A (Forum) by Method_Paul on 10-04-2008
  • exporting/importing tables

    What are the differences between the Customer, Customer and Customer Lead, and Customer Lead tables? I'm working on transferring my information to a different account and I need to transfer leads and associated contacts and opportunites and customers and associated contacts and opportunities. I did this 1 yr ago when ...
    Posted to Method:Classic General Q&A (Forum) by swm023 on 11-26-2012
  • Re: deleting entries from tables

    Set up a Screen based on the Blackout table.   Add a grid with a few columns.  All of your data should display.  Then add an addition "select" column.  This allows you to add an action to this column. Call this column "Delete line"   Add the "delete"action.  and "refresh ...
    Posted to Method:Classic General Q&A (Forum) by fran on 01-03-2016
  • Re: Managing extra attributes/columns added to Method tables

    Hi Mike, Setting the Default value of a YesNo field is actually a screen level action. Meaning you are just checking or unchecking the checkbox by default on the screen you are using to add/modify records, and actually has no bearing over what the default insertion value is. So to answer your question, if you were to add an ...
    Posted to Method:Classic General Q&A (Forum) by Method_Ben on 11-18-2015
  • Re: Adding a column to Customer/Contact tables.

    Hi Mike, Add your new IsDormant field to the Entity table first. You can then link it from the Entity table into the Contacts table. You will then be able to add the field to both the Customers and Contacts List and Edit Customer screens. If you take a look at the Contacts table, you'll see there are many fields that are set up the ...
    Posted to Method:Classic General Q&A (Forum) by Method_Jason on 11-06-2013
  • Re: Writing two linked tables

     Hi Jason L, In the second scenario, you don't need to use the recordid after the insert, just the text to write to B. This is because currently the api does a look up internally and grabs the recordid. I'll illustrate this with an example (It's in C# and assumes you have all the references, etc added). I want to insert an ...
    Posted to Method:API Q&A (Forum) by Method_David on 07-13-2012
  • Re: Can I import aweber form data into Method via the Leads tables?

    Hi Orlando, There is no Leads table in Method, a lead is essentially a specific Entity type, you would import leads into the customer table. The only required field in the Customer table is FullName(But you have to import it into the Name field). When importing your list make sure to add 2 extra columns for Entity Type and IsLeadStatus. You will ...
  • Re: Direct access to mssql server tables

    With the MethodAPI you don't have direct access......but it is pretty close!  You are pretty much writing SELECT statements against the SQL data.  You have full control over which fields you are pulling in, and your WHERE is completely SQL format. Have you used the API yet?  If not, you'll find it is pretty much what you ...
    Posted to Method:API Q&A (Forum) by Method_Paul on 02-12-2010
Page 2 of 132 (1317 items) < Previous 1 2 3 4 5 Next > ... Last »