Form Applet Records

View has 2 applets 1st one is form applet and 2nd one is list applet if list applet have 10 records. How can get the total in form applet.

Questions by gudururanga

Showing Answers 1 - 14 of 14 Answers

sandy_m

  • Feb 21st, 2011
 

List Applet displays 10/20 records whereas form/detail applet displays only one selected record(the record is selected in the list applet)

  Was this answer useful?  Yes

1) Create a Calculated field in the Form applet with Count(“Field name”)
Field Name will be of List applet.


2. Associate the Calculated field to the Control in the Form Applet
Now the form applet will show the no of record present in List applet. It will
just show the number.


Kaushik

  • Jan 30th, 2018
 

- Find out the Multi Valued Link(MVL) which connects the BC of form applet to the BC of list applet. Lets assume the MVL is Action
- Create a calculated field in the BC which corrosponds to the form applet.
- In the calculated field expression, provide value as count(Action)
- Expose the calculated field on the Form applet UI

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions