是否有一种方法我可以使设定的属性调用 javascript 函数? 我要它调用 javascript 函数的原因是 I 正在使用的页面没有控制器, 所以我无法做类似 render=" {! canRender}"
之类的事情
我正在使用一个顶点: 输出图文集来显示文本, 我希望为某些用户隐藏此文本 。
我尝试过做以下工作, 但没有他们的工作。
rendered="javascript:myfucntion();"
rendered="myfunction();"
是否有一种方法我可以使设定的属性调用 javascript 函数? 我要它调用 javascript 函数的原因是 I 正在使用的页面没有控制器, 所以我无法做类似 render=" {! canRender}"
之类的事情
我正在使用一个顶点: 输出图文集来显示文本, 我希望为某些用户隐藏此文本 。
我尝试过做以下工作, 但没有他们的工作。
rendered="javascript:myfucntion();"
rendered="myfunction();"
您无法使用已设定的属性进行此操作, 但是您可以在页面负载上使用 javascript 来隐藏您不想通过设定显示样式属性为零而显示的字段 。
Background: I m building a small application that will be run daily, pulling data from our own in-house databases and sending it over to our corporate Salesforce instance. I ve built a custom object (...
My question relates to aes 256 bit encryption in browser post. I want to integrate an intranet application with salesforce and want the data transfer between them should be aes 256 bit encrypted so ...
I have a picklist with three values and a text area that has three values as well, but I would like to correlate one value from the picklist with one value of the text area. Any thoughts as on how I ...
I need to access the data types of the fields in a Salesforce.com object in order to identify each phone, fax, email, and mail field in an object. I ve done this from SFDC web services with the ...
So in one part of our customised Salesforce system, the following happens: a trigger changes the value of a picklist on a custom object a Workflow rule detects that change and fires off an email. ...
The API for Salesforce is a web service, you set it up by downloading a WSDL file from Salesforce and adding the WSDL to your .NET project. But I can t find anywhere to set the Timeout value. ...
Hi I am trying to create a Custom Object in Salesforce.com Developer Edition, because I would then like to use this Custom Object in a New Custom Tab say "Properties". Properties tab will contain ...
New to Salesforce and having some issues with the Approval Process setup. I have combed the web looking for solutions but nothing is working, uhg. I have a multi set approval process in place and ...