New connection object

Hi,

How can I add new connection object in 'Connections' tab in Activities?

Thanks,

Auston 

File attachments

Like

1 comments

Hi Auston, 

Please use the following instruction as an example that helps you to connect the additional section to the activity:

Replace the activity object.

Add the column that addresses your section to it and publish the object.

Open the replaced Activity object and find the Uid of the newly added column there. You may use Metadata option to find it.  It should look like this:



Add the entry into the ‘EntityConnection’ table with the help of ‘INSERT INTO’ command where SysEntitySchemaUid = ‘ID of the Activity schema’ and ColumnUid = ‘the Uid you got in the previous step’

Here’s the example:

Insert into EntityConnection (SysEntitySchemaUId, ColumnUId) values ('C449D832-A4CC-4B01-B9D5-8A12C42A9F89', 'fbbd60dc-beec-4eb4-96ed-6a18037b1bd9')

 Empty the cache and clear Redis of the application.

Best regards,

Diana

Show all comments