Question
Pegasystems Inc.
US
Last activity: 25 Jan 2018 6:36 EST
Is there a way to mark a data type field required?
Please see attachment. Can we mark any of the fields "required" (other than primary key)?
So that will force users to enter a value for the column when the data type is delegated.
-
Likes (1)
Pruthvi Raj Dara -
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Accepted Solution
Pegasystems Inc.
US
Write a Validate rule in the data class.
Pegasystems Inc.
IN
Hi,
When you add the property through form builder or when you add the property in the section in UI you can mark the field as required.
Thank You
Pegasystems Inc.
US
Thanks for the input.
The context here is actually the "delegated" data type. Can we force a field to be required so that end user must enter a value (i.e. from case manager portal)?
ai4process
GB
You can try defining an edit validate rule on the advanced tab of the property which you want to be required in data type and see if that works.
Pegasystems Inc.
US
You can also use a validate rule which will be defined in flow action.
Pegasystems Inc.
US
Hi Chow,
You can write an activity in your data type class with name Validate and write your validation logic in it. I had written the use case and attached.
Hope this will help you to achieve your requirement.
Regards
Mahesh
-
joe bhakthu
Pegasystems Inc.
US
Thanks - looks like this works.
Accepted Solution
Pegasystems Inc.
US
Write a Validate rule in the data class.
-
Arindam Biswas Pruthvi Raj Dara