Method Community

 

Entity & Customer

Last post 11-01-2013 10:28 AM by Method_Adam. 3 replies.
Page 1 of 1 (4 items)
Sort Posts: Previous Next
  • 11-01-2013 4:29 AM

    • andy
    • Top 50 Contributor
    • Joined on 12-10-2012
    • Liverpool, UK
    • Posts 139

    Entity & Customer

    I noticed whilst editing the ’Edit Case' screen the following conditional statement on the 'Lead / Customer / Vendor / Employee Info' button...

    The Entity.RecordID is retrieved using the FullName from the 'Customer / Vendor' screen value. If the Entity is a customer the edit customer screen is opened in a pop-up using the previously retrieved Entity.RecordID as the active Record ID.

    So my question is are the Entity.RecordID and Customer.RecordID linked?

    Andrew Cliff
    Systems Manager
    CS Consult
  • 11-01-2013 10:11 AM In reply to

    Re: Entity & Customer

    Hi Andy,

    They are not exactly linked, more like one in the same.  The Customer table is actually just a view on the larger Entity table.  The Entity table contains all of your Customers, Leads, Vendors, Employees and Other Name records. When you look at the Customer table, you are really just looking at a filtered Entity table.  This is why the Entity.RecordID and the Customer.RecordID are the same.  It is the same record in the table, and therefore the same recordID.

    Hope this helps,

    - Adam

    Adam Lyons
    Manager of Support
    Method Integration
    a.lyons@method.me
  • 11-01-2013 10:14 AM In reply to

    • andy
    • Top 50 Contributor
    • Joined on 12-10-2012
    • Liverpool, UK
    • Posts 139

    Re: Entity & Customer

    That makes a few things a lot clearer.

    You learn something new everyday.

    Many thanks.

    Andrew Cliff
    Systems Manager
    CS Consult
  • 11-01-2013 10:28 AM In reply to

    Re: Entity & Customer

    Great to hear Andy!

    Adam Lyons
    Manager of Support
    Method Integration
    a.lyons@method.me
Page 1 of 1 (4 items)