Question
HCL Technologies
IN
Last activity: 25 Jul 2017 8:34 EDT
Refresh Section to Enable Add Row button by Cancel on Popup
Hi All,
I'm facing an issue while develop a user story. Scenario and issue mentioned below (PF), any help would be appreciated. Thanks.
Scenario:
2 Repeat Grids in a section contains Add button each to add row(No Delete icon). By default, first entry [Customer(1)] should be available in the first grid and Name field should be empty on it. Also, initially both the Add buttons in the Grids should be disabled (Disabled based on a when condition).
The first entry opens as pop up using a flow action by double click and populates all the details with blank Name. When the user update the name & hit on Add or OK button in the pop up, Add row button in both the Grids should be enable. [Refresh on update option is enabled in both the Grids available under advanced tab]. Also, there is a functionality in pop up to User can add the no's of customer details (rows) by click on Add in pop up flowaction without close it.
Issue:
1. After update the Name detail and hit on OK, Add button in the first Grid in enabled but its not enabling in second Grid.
Tried multiple options to refresh the section by calling Call ReloadSection method from post Activity of the flow action, Refresh the section using Onchange a value etc but it doesn't work.
2. Update the Name for customer(1), hit Add -> enter customer(2) details then click Cancel in pop up. As per the requirement, if the customer(1) mandatory fieds are updated/ added both the Add buttons in Grid should enable. But it not gets enable.
Hi All,
I'm facing an issue while develop a user story. Scenario and issue mentioned below (PF), any help would be appreciated. Thanks.
Scenario:
2 Repeat Grids in a section contains Add button each to add row(No Delete icon). By default, first entry [Customer(1)] should be available in the first grid and Name field should be empty on it. Also, initially both the Add buttons in the Grids should be disabled (Disabled based on a when condition).
The first entry opens as pop up using a flow action by double click and populates all the details with blank Name. When the user update the name & hit on Add or OK button in the pop up, Add row button in both the Grids should be enable. [Refresh on update option is enabled in both the Grids available under advanced tab]. Also, there is a functionality in pop up to User can add the no's of customer details (rows) by click on Add in pop up flowaction without close it.
Issue:
1. After update the Name detail and hit on OK, Add button in the first Grid in enabled but its not enabling in second Grid.
Tried multiple options to refresh the section by calling Call ReloadSection method from post Activity of the flow action, Refresh the section using Onchange a value etc but it doesn't work.
2. Update the Name for customer(1), hit Add -> enter customer(2) details then click Cancel in pop up. As per the requirement, if the customer(1) mandatory fieds are updated/ added both the Add buttons in Grid should enable. But it not gets enable.
How to enable Add row button by click on Cancel in Pop up?
***Moderator Edit: Vidyaranjan | Updated Categories***