Pre-populated MRVS rows appear correctly but input values create new rows instead of updating existi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I’m working on a Record Producer that uses a Multi-Row Variable Set (MRVS) to capture structured data in a grid layout.
The MRVS includes several numeric fields (for example: Phase 1, Phase 2, Phase 3, and Phase 4) and one “Category” field (for Manpower, Equipment, Budget, and Materials). Using a Catalog Client Script (onLoad), we’re able to pre-populate the MRVS with these four predefined categories successfully — the rows appear as expected when the form loads. However, when we try to enter values into the numeric fields, each input is being recorded as a new MRVS row, instead of updating the existing pre-populated rows.
Expected Result
The MRVS should display four fixed rows (Manpower, Equipment, Budget, and Materials) on load.
Users should be able to directly enter numeric values under each project phase without creating additional rows.
The Add, Edit, and Delete actions should ideally be hidden or disabled to make the table static and structured.