Question

How to add a column in Activity Connected To(EntityConnection) detail?

Hi,

I need to add a lookup of a new section in "connected To" detail. Please help me solve this requirement 

Like 2

Like

3 comments

Hello,

 

For example, I want to add my UsrRebateManagemet object into "Connected to" detail.

 

In order to create a link between Activity and UsrRebateManagemet object please follow the instruction below:



1. Add a new column that is based on "Rebate management" lookup to Activity object   - https://prnt.sc/qv4ndo

2. In the metadata of Activity object check the UId of the newly added lookup column - https://prnt.sc/qv4r68

3. Check the UId of Activity schema:

    SELECT UId FROM SysSchema WHERE NAME = 'Activity' and ExtendParent = 0

3. Insert these values into the EntityConnection table:

  INSERT INTO EntityConnection (SysEntitySchemaUId, ColumnUId) VALUES ('C449D832-A4CC-4B01-B9D5-8A12C42A9F89', 'b8d03d3d-dd05-48bb-a2fb-c12116287d2f')

3. After that object will be added to Activity "Connected to" detail - https://prnt.sc/rrk6st



Please compile the system to make the "Connected to" detail on Activity page displayed correctly - https://i.imgur.com/2vqd6bx.png

 

Best regards,

Oscar

Oscar Dylan,

Thank You for the detail answer Oscar. This will help a lot.

Hi Oscar Dylan,

How can  I assign a custom icon to the custom object connected to activity?

 

Show all comments