OpportunityFieldValue
No description
type OpportunityFieldValue {
id: ID
text_value: String
int_value: Int
decimal_value: Float
date_value: Date
date_time_value: DateTime
boolean_value: Boolean
select_option_id: Int
drop_down_option_value: String
multi_select_option_ids: [Int!]
text_area_value: String
}
Fields
OpportunityFieldValue.id ● ID scalar
OpportunityFieldValue.text_value ● String scalar
OpportunityFieldValue.int_value ● Int scalar
OpportunityFieldValue.decimal_value ● Float scalar
OpportunityFieldValue.date_value ● Date scalar
OpportunityFieldValue.date_time_value ● DateTime scalar
OpportunityFieldValue.boolean_value ● Boolean scalar
OpportunityFieldValue.select_option_id ● Int scalar
OpportunityFieldValue.drop_down_option_value ● String scalar
OpportunityFieldValue.multi_select_option_ids ● [Int!] list scalar
OpportunityFieldValue.text_area_value ● String scalar
Member Of
OpportunityField object


