我有两个目标: " 强 " 家 " / " 强 " 和 " 强 " 家 " /强 " 。
房主有一个字段“ID”, 房主有一个字段“Howerr_ID”, 我如何将“Howerr_ID”与业主的“ID”字段联系起来?
当我在 House 创建一个新的 M- D 关系时, 它没有选择框可以让我设定哪个字段在所有人中进行 M- D 关系。 它默认为“ 拥有者姓名” 字段 。 (例如, 我插入一个新房子时, 我可以用“ 拥有者姓名” 搜索所有者, 但无法用“ ID” 搜索所有者 )
我有两个目标: " 强 " 家 " / " 强 " 和 " 强 " 家 " /强 " 。
房主有一个字段“ID”, 房主有一个字段“Howerr_ID”, 我如何将“Howerr_ID”与业主的“ID”字段联系起来?
当我在 House 创建一个新的 M- D 关系时, 它没有选择框可以让我设定哪个字段在所有人中进行 M- D 关系。 它默认为“ 拥有者姓名” 字段 。 (例如, 我插入一个新房子时, 我可以用“ 拥有者姓名” 搜索所有者, 但无法用“ ID” 搜索所有者 )
Master Detail 关系只链接到父记录的 ID 字段, 您无法更改。 也就是说, 用户界面使用用户名方便用户, 这就是为什么您无法通过 ID 搜索 。
从夏季12开始,可以更改孩子的亲生记录:
要启用此选项, 请在主详细关系字段定义中选择“ 允许重新定位” 选项 。
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 ...