• Custom Entity - Parent/Child - Relational database

    Hello, I have two custom entities, Serial and Inspection. The serial entity is a serialized product, and has columns like model number, description, work order, etc. The inspection entity would be a child of the Serial (i think?). When the quality…
  • JavaScript: How to populate Search Select Advanced field

    The line " crm.fields("crep_address").value(crep_address); " in this code does not work which leads me to believe this is not how a Search Select Advance d box is populated. Is there documentation anywhere to show how this is done? My goal is to populate…