Instance Manager must be used to remove a row. Which line of code should be used to perform this task?
Instance Manager must be used to remove a row. Which line of code should be used to perform this task?
To correctly remove a row using Instance Manager, you need to reference the specific instance of the row you want to remove. The correct syntax is row_name.instanceManager.removeInstance(this.row_name.instanceIndex); This line of code uses the correct method and references the instance index properly.
A IS CORRECT ANSWER
shouldn't it be option A
A is the correct ans refer designer link: https://help.adobe.com/en_US/livecycle/11.0/DesignerHelp/WS92d06802c76abadb11a7f71129b8b00825-7fa6.2.html