Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Verified Answer
+1
person also asked this
people also asked this
Replies
5 replies
Subscribers
7 subscribers
Views
4912 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
Output from interface rule
ajinkyab277
Certified Lead Developer
over 8 years ago
I have one parent interface rule. lets add AddEmployee form. I am calling another interface rule which has section layout and selected grid. i want to get the selected value back from interface rule to parent interface rule. I am passing ri!selectedGridId from parent rule and and populating value of that rule interface rule in child interface rule. but this value is not coming back in parent rule.
Is there any way i can achieve this.
OriginalPostID-254586
Discussion posts and replies are publicly visible
0
abhinavg712
Certified Lead Developer
over 8 years ago
Not sure if understood your question correctly, the value from the child rule can be received easily in the parent form by saving the gridSelection value into the child rule input variable.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harrys
over 8 years ago
Can we see a sample of your code, to better diagnose the issue?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Dastagiri Dudekula
over 8 years ago
@ajinkya please try in this manner by following given link as per the type of data you are targetting to store. a!save(local!selectedIndices, tointeger({}))
https://forum.appian.com/suite/help/16.3//recipe_use_selection_for_bulk_actions_in_an_inline_editable_grid.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
harishkumart
Certified Lead Developer
over 8 years ago
@ajinkya as far as i know it saving the selection to the rule input in the child interface should serve the purpose can you please attach the code snippet to help us understand your problem and suggest you the approach
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
+1
ajinkyab277
Certified Lead Developer
over 8 years ago
Yes i resolved it using rule input. while replacing local!input with ri!input. I missed to remove the ri!input from load
Cancel
Vote Up
0
Vote Down
Sign in to reply
Reject Answer
Cancel