Method Community

 

Adding Field to ListBuilder

Last post 04-04-2014 9:19 AM by VLocke. 11 replies.
Page 1 of 1 (12 items)
Sort Posts: Previous Next
  • 12-11-2011 5:35 PM

    Adding Field to ListBuilder

    I want to add a field, MemberLevel, to my ListBuilder.  The field exists in Customer.

    When I added it to LIstBuidler, was I not given the option of linking.

    How do I link my new field in List Builder to Customer (or Contact, etc.) when my ListBuilder populates?

    Thanks,
    Fred

  • 12-12-2011 11:50 AM In reply to

    Re: Adding Field to ListBuilder

    Fred-

    MemberLevel should just be addded as a regular field to the ListBuilder table. If you take a look at the insert actions used in list builder it copies the values from the customer table into the ListBuilder table.

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 12-12-2011 12:36 PM In reply to

    Re: Adding Field to ListBuilder

    Method_Michael:
    MemberLevel should just be addded as a regular field to the ListBuilder table. If you take a look at the insert actions used in list builder it copies the values from the customer table into the ListBuilder table.
     

    Should I have slected "Entity" when I added the field?  That was my only option and I left it blank.

    You did this for me with another field during my "consulting" time, but I can't remember how you did it.

    Thanks,
    Fred

     

  • 12-12-2011 3:01 PM In reply to

    Re: Adding Field to ListBuilder

    Fred-

    All you need to do to add the field is make sure "Add a new field" is selected give the field a name and make sure the approriate field type is selected, in your case Text should work and then click Add Field.

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 12-12-2011 5:12 PM In reply to

    Re: Adding Field to ListBuilder

    Method_Michael:
    All you need to do to add the field is make sure "Add a new field" is selected give the field a name and make sure the approriate field type is selected, in your case Text should work and then click Add Field.
     

    When I added the field, I didn't have the option to link it.  Now, I need to pull the data (link?) from my Customer table. 

    Thanks,
    Fred

     

  • 12-13-2011 8:41 AM In reply to

    Re: Adding Field to ListBuilder

    Fred-

    You do not need to do any linking. This new added field should be added to the insert action in the Fill customer button.

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 12-13-2011 2:47 PM In reply to

    Re: Adding Field to ListBuilder

    Method_Michael:
    All you need to do to add the field is make sure "Add a new field" is selected give the field a name and make sure the approriate field type is selected, in your case Text should work and then click Add Field.
     

    Added field, but it's not filling with data.

    The field is MemberLevel that I created in the Customer table.  When I created it in the ListBuilder table there was no link, but I gave it same name and attributes (text) as in the Customer table.  The field is there but when I work with ListBuilder the column is blank.

    You said it should fill automatically but it's not.  What steps have I left out?

    Thanks again,
    Fred

  • 12-13-2011 3:41 PM In reply to

    Re: Adding Field to ListBuilder

    Answer

    Fred- 

    You will have to update the insert action and add this new field to it.

    -Michael

    Michael Melo
    Product Manager
    Method Integration Inc.
    Website: http://www.method.me
    LinkedIn: http://www.linkedin.com/in/MichaelMelo
  • 04-01-2014 1:56 PM In reply to

    Re: Adding Field to ListBuilder


    Method Team,

    How do you update the insert action?

    Thanks,

    VLocke

  • 04-03-2014 8:57 AM In reply to

    Re: Adding Field to ListBuilder

    Hello,
       I took a look at the action on the 'Fill list with Contacts…' and there is a call to a special web page. It doesn't look like you can update the insert from there.  I did find a forum post on adding fields to the list builder that says that fields from the Contacts table are automatically populated.

       I will have to spend some more time on this to see if I can get the insert to go.

    - Greg

    Greg Bilous
    Community Support Specialist
    Method Integration
    g.bilous@method.me
    Toll Free: 1.888.925.6238
    Local and overseas: 416.847.0400 ex.756
    Fax: 416.640.6027
  • 04-04-2014 9:02 AM In reply to

    Re: Adding Field to ListBuilder

    Hello,

        I did try one field from both the Contacts table and Customer table.  The Contacts table did get copied to the List Builder table automatically.  The Customer table did not.

    - Greg

    Greg Bilous
    Community Support Specialist
    Method Integration
    g.bilous@method.me
    Toll Free: 1.888.925.6238
    Local and overseas: 416.847.0400 ex.756
    Fax: 416.640.6027
  • 04-04-2014 9:19 AM In reply to

    Re: Adding Field to ListBuilder

    Greg,

    Thanks for your input. 

    I got this to work.

    The retrieve table informtion was added to the onscreen load.

    Also a pulldown from the Entity Table was needed to make the field show up on the screen.

    I believe that's the part that is missing from your post above.

    Thanks again.

Page 1 of 1 (12 items)