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 auto populate a date field based on value passed in other date field in Oracle fusion page?

Summary:

Requirement: End date at program objective level should be populated as start date + 1 whenever a value is provided to start date field.



Content (please ensure you mask any confidential information):

1. Log into Fusion
2. Create a new sandbox with Page Composer tool and enter the sandbox
3. Navigate to Procurement > Negotiations > Manage Programs > Create Program > Create Objective

I have used below EL expression under default value in page composer but it didn't work.

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

#{bindings.StartDate.inputValue != null ? bindings.StartDate.inputValue.addDays (1) : null }

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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