Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
1215 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi, I have a textfield that looks like the following: a!textFiel
aswinb
over 11 years ago
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
0
Aleksi White
Appian Employee
over 11 years ago
Looks like you are missing the ! from ripsa.manufacturerName in your value field
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Aleksi White
Appian Employee
over 11 years ago
Looks like you are missing the ! from ripsa.manufacturerName in your value field
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data