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
1214 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
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
0
aswinb
over 11 years ago
Nope that wasn't the problem....My friends actually figured it out. The problem is you cannot use query rules to populate local or rule input variables. You have to use your query rule inside an expression rule and then use the expression rule to populate the rule input or local variables....toook a long time to figure that out.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel