Announcement

Collapse
No announcement yet.

Automatic filling of the "Parent" field when creating

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Automatic filling of the "Parent" field when creating

    Hello to all!
    How to find the code that automatically attaches one object to another(Automatic filling of the "Parent" field when creating)
    Example:
    I create a new object from "Opportunity". When creating an object from which I create, it will be reflected in the "Parent" field.
    How can I make the "Opportunity*" field work like this?
    Click image for larger version

Name:	
Views:	0
Size:	64.1 KB
ID:	33144

  • #2
    Hello
    start digging from client/src/views/record/panels/relationship.php, if you created it from relationship panel

    Comment


    • mr2d2
      mr2d2 commented
      Editing a comment
      I have only js files.
      Maybe client/src/views/record/panels/relationship.js?

    • tanya
      tanya commented
      Editing a comment
      yes, of course, sorry

  • #3
    Originally posted by tanya View Post
    Hello
    start digging from client/src/views/record/panels/relationship.php, if you created it from relationship panel
    I create from this panel.
    Click image for larger version

Name:	
Views:	0
Size:	77.4 KB
ID:	33193

    Comment


    • #4
      in this case client/modules/crm/src/views/record/panels/activities.js method getCreateActivityAttributes

      Comment

      Working...
      X