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
13 replies
Subscribers
7 subscribers
Views
6677 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
When am trying to update the editable grid , the attached code throws an error
janakik
over 9 years ago
When am trying to update the editable grid , the attached code throws an error
Expression evaluation error in rule 'rule': Cannot select without a Value
Any solutions/changes to the code?
Sample Code
OriginalPostID-158041
OriginalPostID-158041
Discussion posts and replies are publicly visible
Parents
0
janakik
over 9 years ago
@Tim,
Here is the code
a!gridRowLayout(
id: ri!index,
contents: {
a!textField(
label:"Req id",
value: ri!staffingDetails[ri!index].requestIdDetails,
saveInto: ri!staffingDetails[ri!index].requestIdDetails
),
a!textField(
label:"ST ID",
value: ri!staffingDetails[ri!index].standardId,
saveInto: ri!staffingDetails[ri!index].standardId
),
a!textField(
label:"SF ID",
value: ri!staffingDetails[ri!index].staffingId,
saveInto: ri!staffingDetails[ri!index].staffingId
)
}
)
@Sonal, i have already gone through that post, but that is not helpful. Iam trying to test that first in interface.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
janakik
over 9 years ago
@Tim,
Here is the code
a!gridRowLayout(
id: ri!index,
contents: {
a!textField(
label:"Req id",
value: ri!staffingDetails[ri!index].requestIdDetails,
saveInto: ri!staffingDetails[ri!index].requestIdDetails
),
a!textField(
label:"ST ID",
value: ri!staffingDetails[ri!index].standardId,
saveInto: ri!staffingDetails[ri!index].standardId
),
a!textField(
label:"SF ID",
value: ri!staffingDetails[ri!index].staffingId,
saveInto: ri!staffingDetails[ri!index].staffingId
)
}
)
@Sonal, i have already gone through that post, but that is not helpful. Iam trying to test that first in interface.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data