Desire to have the drawer to remain open when clicking Save.
Any guidance is appreciated.
Regards,
Irvin

Irvin Waldman, Champion
-
9,016 Points
Posted 4 years ago
mB Pat Vachon, Champion
-
42,926 Points
Rob Hatch, Official Rep
-
44,168 Points
1. On the new model do the following:
a. Turn off the Data load property in the advance tab.
b. Create a condition that filters the ID field. Leave value blank and make "Filterable default off"
2. In the Drawer property go to "Before Load Actions"
a. Add "Activate and Set value of Model Condition" to set the condition established in 1.b above.
b. Query Model.
3. In the drawer add context conditions to all the components so they will pull in the correct record. (make sure the data for the context condition is in both models).
Then save buttons on field editors, or in page titles will not close the drawer...
Irvin Waldman, Champion
-
9,016 Points
Irvin Waldman, Champion
-
9,016 Points
How would I sync the drawer related data model back to the table model? Ideally I would not have to re-query all rows table model.
My use case is as follows:
1. Click View More Data icon
2. Drawer expands with all relevant row data
3. User edits data
4. User clicks Save
5. Table row data is updated and drawer remains open
Hopefully this makes sense.
Regards,
Irvin
Irvin Waldman, Champion
-
9,016 Points

-
2,310 Points
Irvin Waldman, Champion
-
9,016 Points
2. Add a panel
3. Insert a template into the panel
3. Use this HTML for the template:
<div class = "nx-pagetitle-subtitle"> Total Tons </div> <div class = "nx-pagetitle-maintitle">{{Total_Quantity__c}}</div>4. If you want to get "fancy", you can style the background color and text colors using CSS.
Enjoy!

mB Pat Vachon, Champion
-
42,926 Points
Rob Hatch, Official Rep
-
44,168 Points
I'll add this idea to our list to of enhancements...
Irvin Waldman, Champion
-
9,016 Points
Irvin Waldman, Champion
-
9,016 Points
mB Pat Vachon, Champion
-
42,926 Points
Irvin Waldman, Champion
-
9,016 Points