English 中文(简体)
如何在依赖性领域只展示某些价值?
原标题:How to show certain values in a dependent field to only certain profiles?

<>SETUP和GOAL

我有一个控制领域,有一个附属领域SUBTYPE。 我想在依赖性领域增加两个选择,这些选择只有1个记录类型(或一套界定的简介)。

<<>Confusion>/strong>

My boss, said we can do this- since we re making additions to only 1 controlling field column. I thought this was not possible because if you make these additions availible to a controlling field option (via the field dependency matrix), then anyone who can see that controlling field (via record type) should see the options. (the intersection thing from https://login.salesforce.com/help/doc/en/fields_dependent_field_considerations.htm )

< Questions:

I don t get why this is possible (i m thinking in terms of set theories here) and moreover how to do it.

感谢

- Das Noob

最佳回答

Record Type rules over dependancies...

Record Type 1 has Type TA TB

SubType STA1 STA2 STB1 STB2

Record Type 2 has Type TA TB

SubType STA1 STB1

So for nothing to do with dependancies! So these above are what people can see for each record type...now let s add dependancies...

We ll make STA1/STA2 dependent on TA We ll make STB1/STB2 dependent on TB

Fine! Record Type 2 can still NOT see STB2 hey select TB! (record type restriction) Record Type 2 can ONLY see STB2 IF they select TB! (dependancy)

So just add your 2 values to SUBTYPE. Make those 2 values visible to the proper Record Type. Edit your dependancies (and don t think about Record Types, just make the dependancie). Now log in as User 1 and test. Now log in as User 2 and test.

你们应当善待!

当它怀疑时,它就会发现!

问题回答

An option has to be enabled in the record tpe to be visible (for controlling) and additionally to be enabled in the matrix (for controlled) so I dont see a problem here. Just add options to dependent field, attach them to their controlling values and only enable them for the desired record type.

在既定理论方面,一套明显的依赖选择是那些能够记录类型和在目前控制选择的矩阵中显示的相互交叉。 在这两种变化中,重新计算了一套(理论上;)

为什么这影响到所有记录类型,这些类型都能够控制其概况中选定的领域? - 因此,如果我了解A和B,这两者都需要利用控制外地的工作。 为什么附属田只暴露于A,而不是B?





相关问题
Salesforce - Populate text are from drop down selection

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 ...

Setting Timeout value for Salesforce Web Service/API

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. ...

Salesforce Custom Objects

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 ...

热门标签