Back to all

FieldOption for UDF opportunities and hidden values

Hello team,

I am trying to get FieldOptions for UDF

{
opportunity: {
fieldOptions: {
salesProcessSetup: [{
key: 1,
displayValue: 1
}]
}
},
}

The query above works but when I try to call

{
opportunity: {
fieldOptions: {
Udf/$NAME(Professional Services\Additional PS members): [{ or the TYPEID version
key: 1,
displayValue: 1
}]
}
},
}

It returns JSON request is malformed.


Hidden Values: are we able to tell if any items in the Enum table is hidden?


Thank you for your time!

Ky