How to display the default project owning organization in the PR/PO expenditure org
Summary:
Hi,
I have customized the Org ID flexfield to default the project owning organization in the PR/PO expenditure org under Setup and maintenance- Search - Manage Project Standard Cost Collection Flexfield with the custom sql as below. After setting custom query, the expenditure selection only display to only one task owing org based on the task number selection. However, it didnt default as display. we have to click on the dropdown to select. Is there a way to default the value in the field instead go to dropdown to select?
The custom sql as below:
org_id = :{PARAMETER.BusinessUnit} and nvl(:{SEGMENT.EXPENDITURE_ITEM_DATE}, trunc(sysdate)) between nvl(EFFECTIVE_START_DATE, nvl(:{SEGMENT.EXPENDITURE_ITEM_DATE}, trunc(sysdate))) and nvl(EFFECTIVE_END_DATE, nvl(:{SEGMENT.EXPENDITURE_ITEM_DATE}, trunc(sysdate)))