Question

Is it possible to modify the window Account relations

Good day.
There was a task to make changes to the window "Relations of the Account object" (Account relations), which is called from the window of the Account.
I understood that this window is formed by the Minify javascipt code, and it is impossible to make changes to the code, except by changing the javascipt code on the server in the RelationshipDesigner package?
Would you mind telling me whether it is possible to change the list of necessary fields for display without touching the RelationshipDesigner code?
Thank you.

Like 0

Like

1 comments

If anyone is interested, this is done as follows:
1. Make the RelationshipDesigner package editable.
2. In it, we change the RelationshipDiagramBuilder - to change the diagram fields, the RelationshipDiagramGroupManager - to change the header fields of the contact information window, the RelationshipDiagramManager - to change/add the fields of the contact window itself.
3. Using a Java script, we track changes in the body of the page, find the information window of the contact itself, and convert what is returned from the RelationshipDiagramGroupManager and RelationshipDiagramManager modules into what we want to see.

Show all comments