Hello

I'm trying to hide the entire section of 'Do not use', but I can only hide the values of it.

This is the code used:

define("ContactCommunicationDetail", [],

    function() {

        return {

            entitySchemaName: "ContactCommunication",

            methods: {

                getRestrictions: function() {

                    return {

                        "DoNotUse": {

                            "Visible": false, 

                            "Enabled": false

                        },

                    };

                }

            },

            // Define the differences in the UI

            diff: /**SCHEMA_DIFF*/[

                {

                    "operation": "remove",

                    "name": "DoNotUse"

                }

            ]

        };

    });

 

Like 0

Like

1 comments
Best reply

Hello,

the items for menu are formed in method getToolsMenuItems with basic structure on the module BaseCommunicationDetailCrtNUI...MoreLess

Hello,

the items for menu are formed in method getToolsMenuItems with basic structure on the module BaseCommunicationDetailCrtNUI...MoreLess

Show all comments

Hello,

I would like to set the Do not use email value from Contact communication detail based on the field with the same name from Contact.

How could I do this? If I want to add a Business Rule from the Detail, the page does not open.

Thanks

Like 0

Like

2 comments

Hello,

Thank you for your question!

Please provide us with more detailed information about the functionality you need. Please tell us what your...MoreLess

Show all comments (1)