adding image to a record

Hi,

i have a form A and having Three fields string:id , Enum:Status, String : Logo

Enum status having two values pending and completed.

When iam creating a new record in the form A and selecting the enum eaither pending or complted automatically a image should be created automatically for the record in the logo field.

Hi kola,

Override the modified method for the Enum field ‘status’ and assign the image to ‘Logo’ field based on the value of the enum field. Hope, this helps.

Regards,

Raghav

Hi Kola,

the above suggested solution is for the form level. you have to override the ‘modified’ method for ‘status’ field under the field (location of field under form design) or at the datasouce level.

Regards,

Raghav