Hey,
New to Palantir and I’m looking into a common information architecture for my space. Can anyone explain to me the differences between value types and shared properties?
Also, is it possible to use value types as codelists?
Hey,
New to Palantir and I’m looking into a common information architecture for my space. Can anyone explain to me the differences between value types and shared properties?
Also, is it possible to use value types as codelists?
Welcome to the community!
Value Types//
CurrencyAmount
that includes fields for amount, currency code (e.g., USD, EUR), and a precision level.Can value types be used as codelists?
Shared Properties//
EmailAddress
, you can define it as a shared property and apply it universally.To tack another question onto the correct use of value types I have the following:
Object type = marine
Property = rank
Value type —> constraint type —> Enum
List of Enum:
Action type = create new marine
Question 1) Is my rational is that I will add a constraint so that I get an extra layer of assurance on an important property necessary / in any way useful?
Question 2) I navigate to the action type —> Form —> form content —> rank—> Constraints —> multiple choice
Thanks for any help!
Thank you! That makes sense. Does that also mean that you’ll need to specify several shared properties and add them to a spesific object type (which will serve as a generic/master object type) in order to emulate inherance?
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.