Store.Item.setString()

Signature

void setString (Object storeItem, String fieldName, String fieldValue)

Domain

ACTION

Description

Sets String value to the specified field

Parameters

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

Returns

TypeDescription
void

Cautions

none