Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Last activity: 30 Nov 2015 9:44 EST
PageList should be required field
Hi All,
I have a "Pagelist" property(Repeating Grid) on a form, through a source values are being set to that Pagelist, when user submitting form it shouldn't be null.
how can i make Pagelist as mandatory field.
Thanks
Suresh Chella
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
Pegasystems Inc.
IN
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Hi Santanu,
Have tried, i cant see 'star mark' .
FYI: am using PEGA 7.1.6
Thanks
Suresh Chella
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
Pegasystems Inc.
IN
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Hi,
Thanks for immediate reply
i think its a row editing, in my requirement , on click of a button values are being set to Pagelist. So system should check Pagelist contains atleast a record before submitting form.
Anyway i will try and let you know
Thanks
Suresh
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Hi Santanu,
Am unable to see red mark though i made field as required .
Can you suggest any alternative method
Thanks
Suresh
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/39/REG-38808.png?source=PUMINIT)
Pegasystems Inc.
IN
Hi
It could be a CSS specific problem. Can you try login with [email protected] and check the said behavior by doing private check out of the section pxRowEditing and making the field pyCommonName mandatory.
Ideally you should see the red exclamation mark against the field .Please share the result
![](https://accounts.pega.com/sites/default/files/pega-user-image/35/REG-34624.png?source=PUMINIT)
![](https://accounts.pega.com/sites/default/files/pega-user-image/35/REG-34624.png?source=PUMINIT)
Pegasystems Inc.
GB
Hi Suresh,
When you say 'required' here - do you intend that the PageList has 'at least one entry in it?' - I'm not clear in my own head what 'required' means in terms of non-scalar properties.....(does an 'empty' PageList count as being 'filled-in' ?)
Cheers
John
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Hi Jhon,
Yes, we should check that Pagelist contains atleast a record.
thanks
Suresh
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-08/47a10063-4d0d-4801-a15c-12477c277790.jpg?itok=KjhQBSbG)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/2023-08/47a10063-4d0d-4801-a15c-12477c277790.jpg?itok=KjhQBSbG)
UnitedHealth Group
IN
Hi Suresh,
You can do this easily in Post Activity of the flow action, where you check for length of page list is greater than 0. Then Set Error Message on Page if length is 0. That way you will be able to force the user to add a row.
Regards,
Prasad
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689993000/34e2fb88-5a16-4b7c-b901-4370fa0dd1ca.jpg?itok=nGScIuKe)
RABO BANK
NL
Hi Prasad,
i have solved this issue with the same model earlier, but thanks for responding