Display data from Parent subform to other subform.
Hi,
I have a form where when an Supervisor enters the Cost Center number the employees listed under that cost center are displayed in the SubForm1. User requirement is to Select(I have check box) few employees from SubForm1 and display names of the selected employees in the SubForm2 in next section of the form. Can someone help me with this? How to display names selected from SubForm1(parent subform) to SubForm2?
Thank you,
Karishma
-
I believe you are looking for the eformHelper methods. You can find more info and also sample JavaScript on how to use each helper.
Complete list of methods: https://documentation.agilepoint.com/00/appbuilder/cloudjsMethodsIntro.html
Reading all rows from SubForm1: https://documentation.agilepoint.com/00/appbuilder/cloudjsGetSubFormData.html
Adding items to SubForm2 : https://documentation.agilepoint.com/00/appbuilder/cloudjsAddRowsToSubform.html
请先登录再写评论。
评论
1 条评论