You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to display date of birth as read-only field in checklist dff within a configurable form?

Received Response
22
Views
7
Comments

Summary:

How to create a checklist DFF 'Date of Birth' where the value set is a read-only view of the new hire's date of birth?

Content (required):

In the form Checklist DFF, the user should see the DOB they entered in Personal Details.

We know how to create the form and expose the form on the checklist, but have not been successful getting the date of birth to appear as a read-only field in the Checklist DFF.

SQL used for value set and Initial Default:

select

to_char(pp.DATE_OF_BIRTH,'DD-MMM-YYYY')

from

per_all_people_f papf,

PER_PERSONS pp,

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!