Histórico da Página
...
Bloco de código | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
#Include "Protheus.ch" /*/{Protheus.doc} User Function PCMNLOGO Utilizado para alterar o logo do menu no Portal do Cliente - FIN. @type user function @author Totvs @since 07/2024 @see https://tdn.totvs.com/pages/editpage.action?pageId=853930568 /*/ user Function PCMNLOGO() Local jCustom := PARAMIXB[1] as Json //Json com as propriedades esperadas. Local cUser := PARAMIXB[2] as Character // Codigo do usuario logado no portal //Customizações de menu if jCustom:hasProperty('logo') if cUser == 'customer.testcase' jCustom['logo'] := '\logomenu\exemplo_logo_user.png' else jCustom['logo'] := '\logomenu\exemplo_logo.png' endIf endif if jCustom:hasProperty('shortLogo') jCustom['shortLogo'] := '\logomenu\logo_short.png' endif if jCustom:hasProperty('logoText') jCustom['logoText'] := 'Totvs' endif Return jCustom |
Visão Geral
Import HTML Content
Conteúdo das Ferramentas
Tarefas