Hi, I have a textfield that looks like the following: a!textFiel

Hi,
I have a textfield that looks like the following:

a!textField(
label:"company",
value: If(COMMON_IsNullOrEmpty(ri!company), null, ripsa.manufacturerName),
saveInto:ri!psa.manufacturerName,
readOnly:false)

After refresing the page, the ri!psa.manufacturerName is not getting saved into and then into the database. On the forum under sail components i read that if you have readOnly set to true then saveInto won't work. But I tried using saveInto as false and still it doesn't work. Anybody knows what the reason behind this is?...

OriginalPostID-104568

OriginalPostID-104568

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data