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
3 replies
Subscribers
10 subscribers
Views
2797 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Data and Records
Record Summary Load Time with Queries in Displayed Related Action Buttons
nickh413445
Certified Senior Developer
over 8 years ago
If I have a record view with a related action button displayed that has a query rule in the 'Context' for process parameters (i.e. { case: rule!CS_getCaseById(rf!caseId) } )
Does Appian run the query rule before loading the button to display on the page, or does it only run the query rule when I click the button?
If I have a bunch of buttons displayed on a record view with poor performing queries in the 'Context' to pass as a process parameter, will that affect my record page load time?
OriginalPostID-264173
Discussion posts and replies are publicly visible
Parents
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
Try using a type! Constructor that uses the rf! Fields to populate the object that you're passing to the related actions. That'll be your best performance since appian automatically queries all the record fields when the record is loaded
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Jim Schweitzer
Certified Lead Developer
over 8 years ago
Try using a type! Constructor that uses the rf! Fields to populate the object that you're passing to the related actions. That'll be your best performance since appian automatically queries all the record fields when the record is loaded
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data