Store.Item.setBoolean()

Signature

void setBoolean (Object storeItem, String fieldName, boolean fieldValue)

Domain

ACTION

Description

Sets boolean value to the specified field

Parameters

NameTypeDescription
storeItemObjectStore Item Object
fieldNameStringName of the field whose value needs to be set
fieldValuebooleanField value

Returns

TypeDescription
void

Cautions

none