This may seem a strange request but I am trying to get a workaround for this bug BUG-000119907: The Apply Symbology From Layer tool does not work if..
Is there any way in a python toolbox that I can construct a command and send it to execute in the python window.
Something like this: sendcmd Python "arcpy.management.ApplySymbologyFromLayer("OUTLIER_LYR", r"C:\Data\7A_MAPPING\LayerFiles_Pro\OUTLIER.lyrx", None, "UPDATE")"
I have tried